Searched defs:wait_pull_front (Results 1 – 3 of 3) sorted by relevance
61 queue_op_status wait_pull_front(value_type& x) { return queue.wait_pull_front(x); } in wait_pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only95 queue_op_status wait_pull_front(value_type& x) { return queue.wait_pull_front(x); } in wait_pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only139 queue_op_status wait_pull_front(value_type& x) { return queue.wait_pull_front(x); } in wait_pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
150 …queue_op_status sync_deque<ValueType, Container>::wait_pull_front(ValueType& elem, unique_lock<mut… in wait_pull_front() function in boost::concurrent::sync_deque166 queue_op_status sync_deque<ValueType, Container>::wait_pull_front(ValueType& elem) in wait_pull_front() function in boost::concurrent::sync_deque
484 …queue_op_status sync_bounded_queue<ValueType>::wait_pull_front(ValueType& elem, unique_lock<mutex>… in wait_pull_front() function in boost::concurrent::sync_bounded_queue494 queue_op_status sync_bounded_queue<ValueType>::wait_pull_front(ValueType& elem) in wait_pull_front() function in boost::concurrent::sync_bounded_queue