Searched defs:nonblocking_pull (Results 1 – 6 of 6) sorted by relevance
58 queue_op_status nonblocking_pull(value_type& x) { return queue.nonblocking_pull(x); } in nonblocking_pull() function in boost::concurrent::detail::queue_adaptor_copyable_only93 queue_op_status nonblocking_pull(value_type& x) { return queue.nonblocking_pull(x); } in nonblocking_pull() function in boost::concurrent::detail::queue_adaptor_movable_only136 queue_op_status nonblocking_pull(value_type& x) { return queue.nonblocking_pull(x); } in nonblocking_pull() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
58 queue_op_status nonblocking_pull(value_type& x) { return queue->nonblocking_pull_back(x); } in nonblocking_pull() function in boost::concurrent::deque_back_view101 queue_op_status nonblocking_pull(value_type& x) { return queue->nonblocking_pull_front(x); } in nonblocking_pull() function in boost::concurrent::deque_front_view
85 queue_op_status nonblocking_pull(value_type& x) { return queue->nonblocking_pull(x); } in nonblocking_pull() function in boost::concurrent::queue_front_view
173 queue_op_status sync_queue<ValueType, Container>::nonblocking_pull(ValueType& elem) in nonblocking_pull() function in boost::concurrent::sync_queue
353 queue_op_status sync_priority_queue<T,Container,Cmp>::nonblocking_pull(T& elem) in nonblocking_pull() function in boost::concurrent::sync_priority_queue
455 queue_op_status sync_timed_queue<T, Clock, TimePoint>::nonblocking_pull(T& elem) in nonblocking_pull() function in boost::concurrent::sync_timed_queue