Home
last modified time | relevance | path

Searched refs:wait_until_not_empty_or_closed_until (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/thread/concurrent_queues/detail/
Dsync_queue_base.hpp93 …queue_op_status wait_until_not_empty_or_closed_until(unique_lock<mutex>& lk, chrono::time_point<WC…
197 …queue_op_status sync_queue_base<ValueType, Queue>::wait_until_not_empty_or_closed_until(unique_loc… in wait_until_not_empty_or_closed_until() function in boost::concurrent::detail::sync_queue_base
Dsync_deque_base.hpp93 …queue_op_status wait_until_not_empty_or_closed_until(unique_lock<mutex>& lk, chrono::time_point<WC…
197 …queue_op_status sync_deque_base<ValueType, Queue>::wait_until_not_empty_or_closed_until(unique_loc… in wait_until_not_empty_or_closed_until() function in boost::concurrent::detail::sync_deque_base
/third_party/boost/boost/thread/concurrent_queues/
Dsync_timed_queue.hpp287 super::wait_until_not_empty_or_closed_until(lk, tp); in wait_to_pull_until()
309 super::wait_until_not_empty_or_closed_until(lk, tp); in wait_to_pull_for()
Dsync_priority_queue.hpp285 const queue_op_status rc = super::wait_until_not_empty_or_closed_until(lk, tp); in pull_until()