aboutsummaryrefslogtreecommitdiffstats
path: root/test/ext/vapi_cpp_test.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-01-22svm: queue sub: Add conditional timed waitMohsin Kazmi1-12/+20
On reviece side svm queue only permits blocking and non-blocking calls. This patch adds timed wait blocking functionality which returns either on signal/event or on given time out. It also preserves the original behavior, so it will not hurt client applications which are using svm queue. Change-Id: Ic10632170330a80afb8bc781d4ccddfe4da2c69a Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
2017-09-19Add C++ APIKlement Sekera1-0/+591
Change-Id: Iff634f22d43470e2dc028387b3816257fd7b4156 Signed-off-by: Klement Sekera <ksekera@cisco.com>