Home
last modified time | relevance | path

Searched defs:has_been_closed (Results 1 – 4 of 4) sorted by relevance

/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() local
187 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull_front() local
197 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull_front() local
Dsync_queue.hpp152 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in wait_pull() local
187 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull() local
197 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull() local
Dsync_priority_queue.hpp252 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull() local
273 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in pull() local
338 const bool has_been_closed = super::wait_until_not_empty_or_closed(lk); in wait_pull() local
Dsync_timed_queue.hpp344 const bool has_been_closed = wait_to_pull(lk); in pull() local
374 const bool has_been_closed = wait_to_pull(lk); in pull() local
440 const bool has_been_closed = wait_to_pull(lk); in wait_pull() local