Home
last modified time | relevance | path

Searched defs:wait_pull (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/thread/concurrent_queues/
Dqueue_adaptor.hpp61 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
Ddeque_views.hpp61 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
Dsync_queue.hpp150 …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
Dsync_priority_queue.hpp336 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
Dqueue_views.hpp87 queue_op_status wait_pull(value_type& x) { return queue->wait_pull(x); } in wait_pull() function in boost::concurrent::queue_front_view
Dsync_timed_queue.hpp438 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