Home
last modified time | relevance | path

Searched refs:wait_until_not_empty_or_closed (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/thread/concurrent_queues/detail/
Dsync_queue_base.hpp91 inline bool wait_until_not_empty_or_closed(unique_lock<mutex>& lk);
188 bool sync_queue_base<ValueType, Queue>::wait_until_not_empty_or_closed(unique_lock<mutex>& lk) in wait_until_not_empty_or_closed() function in boost::concurrent::detail::sync_queue_base
Dsync_deque_base.hpp91 inline bool wait_until_not_empty_or_closed(unique_lock<mutex>& lk);
188 bool sync_deque_base<ValueType, Queue>::wait_until_not_empty_or_closed(unique_lock<mutex>& lk) in wait_until_not_empty_or_closed() function in boost::concurrent::detail::sync_deque_base
/third_party/boost/boost/thread/concurrent_queues/
Dsync_deque.hpp152 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in wait_pull_front()
187 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull_front()
197 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull_front()
Dsync_queue.hpp152 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in wait_pull()
187 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull()
197 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull()
Dsync_priority_queue.hpp252 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull()
273 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull()
338 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in wait_pull()
Dsync_timed_queue.hpp268 super::wait_until_not_empty_or_closed(lk); in wait_to_pull()