Searched defs:wait_pull (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/thread/concurrent_queues/ |
D | queue_adaptor.hpp | 61 queue_op_status wait_pull(value_type& x) { return queue.wait_pull(x); } in wait_pull() function in boost::concurrent::detail::queue_adaptor_copyable_only 95 queue_op_status wait_pull(value_type& x) { return queue.wait_pull(x); } in wait_pull() function in boost::concurrent::detail::queue_adaptor_movable_only 139 queue_op_status wait_pull(value_type& x) { return queue.wait_pull(x); } in wait_pull() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
|
D | deque_views.hpp | 61 queue_op_status wait_pull(value_type& x) { return queue->wait_pull_back(x); } in wait_pull() function in boost::concurrent::deque_back_view 104 queue_op_status wait_pull(value_type& x) { return queue->wait_pull_front(x); } in wait_pull() function in boost::concurrent::deque_front_view
|
D | sync_queue.hpp | 150 …queue_op_status sync_queue<ValueType, Container>::wait_pull(ValueType& elem, unique_lock<mutex>& l… in wait_pull() function in boost::concurrent::sync_queue 166 queue_op_status sync_queue<ValueType, Container>::wait_pull(ValueType& elem) in wait_pull() function in boost::concurrent::sync_queue
|
D | sync_priority_queue.hpp | 336 queue_op_status sync_priority_queue<T,Container,Cmp>::wait_pull(unique_lock<mutex>& lk, T& elem) in wait_pull() function in boost::concurrent::sync_priority_queue 345 queue_op_status sync_priority_queue<T,Container,Cmp>::wait_pull(T& elem) in wait_pull() function in boost::concurrent::sync_priority_queue
|
D | queue_views.hpp | 87 queue_op_status wait_pull(value_type& x) { return queue->wait_pull(x); } in wait_pull() function in boost::concurrent::queue_front_view
|
D | sync_timed_queue.hpp | 438 queue_op_status sync_timed_queue<T, Clock, TimePoint>::wait_pull(unique_lock<mutex>& lk, T& elem) in wait_pull() function in boost::concurrent::sync_timed_queue 447 queue_op_status sync_timed_queue<T, Clock, TimePoint>::wait_pull(T& elem) in wait_pull() function in boost::concurrent::sync_timed_queue
|