Searched defs:pull_front (Results 1 – 3 of 3) sorted by relevance
51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque194 ValueType sync_deque<ValueType, Container>::pull_front() in pull_front() function in boost::concurrent::sync_deque
197 inline void pull_front(value_type& elem, unique_lock<mutex>& lk) in pull_front() function in boost::concurrent::sync_bounded_queue203 inline value_type pull_front(unique_lock<mutex>& lk) in pull_front() function in boost::concurrent::sync_bounded_queue467 void sync_bounded_queue<ValueType>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_bounded_queue476 ValueType sync_bounded_queue<ValueType>::pull_front() in pull_front() function in boost::concurrent::sync_bounded_queue