Home
last modified time | relevance | path

Searched defs:pull_front (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/concurrent_queues/
Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
Dsync_deque.hpp80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
194 ValueType sync_deque<ValueType, Container>::pull_front() in pull_front() function in boost::concurrent::sync_deque
Dsync_bounded_queue.hpp197 inline void pull_front(value_type& elem, unique_lock<mutex>& lk) in pull_front() function in boost::concurrent::sync_bounded_queue
203 inline value_type pull_front(unique_lock<mutex>& lk) in pull_front() function in boost::concurrent::sync_bounded_queue
467 void sync_bounded_queue<ValueType>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_bounded_queue
476 ValueType sync_bounded_queue<ValueType>::pull_front() in pull_front() function in boost::concurrent::sync_bounded_queue