Searched refs:not_ready (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/thread/concurrent_queues/ |
D | sync_timed_queue.hpp | 285 …lock::now() >= tp) return super::empty(lk) ? queue_op_status::timeout : queue_op_status::not_ready; in wait_to_pull_until() 291 …lock::now() >= tp) return super::empty(lk) ? queue_op_status::timeout : queue_op_status::not_ready; in wait_to_pull_until() 307 …lock::now() >= tp) return super::empty(lk) ? queue_op_status::timeout : queue_op_status::not_ready; in wait_to_pull_for() 313 …lock::now() >= tp) return super::empty(lk) ? queue_op_status::timeout : queue_op_status::not_ready; in wait_to_pull_for() 414 return queue_op_status::not_ready; in try_pull() 426 return queue_op_status::not_ready; in try_pull()
|
D | queue_op_status.hpp | 27 { success = 0, empty, full, closed, busy, timeout, not_ready } in BOOST_SCOPED_ENUM_DECLARE_BEGIN()
|
/third_party/gstreamer/gstplugins_bad/ext/bz2/ |
D | gstbz2dec.c | 117 goto not_ready; in gst_bz2dec_chain() 186 not_ready: in gst_bz2dec_chain()
|
D | gstbz2enc.c | 182 goto not_ready; in gst_bz2enc_chain() 223 not_ready: in gst_bz2enc_chain()
|
/third_party/boost/boost/system/ |
D | windows_error.hpp | 69 not_ready = boost::winapi::ERROR_NOT_READY_, enumerator
|
/third_party/boost/libs/thread/test/ |
D | test_time_jumps.cpp | 2042 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadySteady() 2056 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadySystem() 2070 bool notReady = (q.pull_for(Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullForNotReadyCustom() 2084 …dy = (q.pull_until(Helper::steadyNow() + Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullUntilNotReadySteady() 2098 …dy = (q.pull_until(Helper::systemNow() + Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullUntilNotReadySystem() 2112 …dy = (q.pull_until(Helper::customNow() + Helper::waitDur, i) == boost::queue_op_status::not_ready); in testSyncTimedQueuePullUntilNotReadyCustom()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 117021 Furthermore, when going through not_ready, we need to ensure gst_buffer_unmap
|