Home
last modified time | relevance | path

Searched defs:notReady (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/libc++/src/test/std/thread/thread.condition/thread.condition.condvarany/
Dnotify_all.pass.cpp36 std::atomic<unsigned> notReady; variable
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_time_jumps.cpp2042 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadySteady() local
2056 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadySystem() local
2070 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadyCustom() local
2084 …bool notReady = (q.pull_until(Helper::steadyNow() + Helper::waitDur, i) == boost::queue_op_status:… in testSyncTimedQueuePullUntilNotReadySteady() local
2098 …bool notReady = (q.pull_until(Helper::systemNow() + Helper::waitDur, i) == boost::queue_op_status:… in testSyncTimedQueuePullUntilNotReadySystem() local
2112 …bool notReady = (q.pull_until(Helper::customNow() + Helper::waitDur, i) == boost::queue_op_status:… in testSyncTimedQueuePullUntilNotReadyCustom() local