Searched refs:wait_until_not_empty_or_closed (Results 1 – 6 of 6) sorted by relevance
91 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
91 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
152 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()
152 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()
252 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()
268 super::wait_until_not_empty_or_closed(lk); in wait_to_pull()