Searched defs:try_pull_front (Results 1 – 3 of 3) sorted by relevance
55 queue_op_status try_pull_front(value_type& x) { return queue.try_pull_front(x); } in try_pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only91 queue_op_status try_pull_front(value_type& x) { return queue.try_pull_front(x); } in try_pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only133 queue_op_status try_pull_front(value_type& x) { return queue.try_pull_front(x); } in try_pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
139 …queue_op_status sync_deque<ValueType, Container>::try_pull_front(ValueType& elem, unique_lock<mute… in try_pull_front() function in boost::concurrent::sync_deque159 queue_op_status sync_deque<ValueType, Container>::try_pull_front(ValueType& elem) in try_pull_front() function in boost::concurrent::sync_deque
351 …queue_op_status sync_bounded_queue<ValueType>::try_pull_front(ValueType& elem, unique_lock<mutex>&… in try_pull_front() function in boost::concurrent::sync_bounded_queue363 queue_op_status sync_bounded_queue<ValueType>::try_pull_front(ValueType& elem) in try_pull_front() function in boost::concurrent::sync_bounded_queue