Home
last modified time | relevance | path

Searched refs:not_ready (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/thread/concurrent_queues/
Dsync_timed_queue.hpp285 …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()
Dqueue_op_status.hpp27 { success = 0, empty, full, closed, busy, timeout, not_ready } in BOOST_SCOPED_ENUM_DECLARE_BEGIN()
/third_party/gstreamer/gstplugins_bad/ext/bz2/
Dgstbz2dec.c117 goto not_ready; in gst_bz2dec_chain()
186 not_ready: in gst_bz2dec_chain()
Dgstbz2enc.c182 goto not_ready; in gst_bz2enc_chain()
223 not_ready: in gst_bz2enc_chain()
/third_party/boost/boost/system/
Dwindows_error.hpp69 not_ready = boost::winapi::ERROR_NOT_READY_, enumerator
/third_party/boost/libs/thread/test/
Dtest_time_jumps.cpp2042 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/
DChangeLog117021 Furthermore, when going through not_ready, we need to ensure gst_buffer_unmap