Searched defs:notReady (Results 1 – 2 of 2) sorted by relevance
36 std::atomic<unsigned> notReady; variable
2042 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadySteady() local2056 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadySystem() local2070 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadyCustom() local2084 …bool notReady = (q.pull_until(Helper::steadyNow() + Helper::waitDur, i) == boost::queue_op_status:… in testSyncTimedQueuePullUntilNotReadySteady() local2098 …bool notReady = (q.pull_until(Helper::systemNow() + Helper::waitDur, i) == boost::queue_op_status:… in testSyncTimedQueuePullUntilNotReadySystem() local2112 …bool notReady = (q.pull_until(Helper::customNow() + Helper::waitDur, i) == boost::queue_op_status:… in testSyncTimedQueuePullUntilNotReadyCustom() local