Home
last modified time | relevance | path

Searched defs:nonblocking_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.hpp58 … queue_op_status nonblocking_pull_front(value_type& x) { return queue.nonblocking_pull_front(x); } in nonblocking_pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
93 … queue_op_status nonblocking_pull_front(value_type& x) { return queue.nonblocking_pull_front(x); } in nonblocking_pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
136 … queue_op_status nonblocking_pull_front(value_type& x) { return queue.nonblocking_pull_front(x); } in nonblocking_pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
Dsync_deque.hpp173 queue_op_status sync_deque<ValueType, Container>::nonblocking_pull_front(ValueType& elem) in nonblocking_pull_front() function in boost::concurrent::sync_deque
Dsync_bounded_queue.hpp389 queue_op_status sync_bounded_queue<ValueType>::nonblocking_pull_front(ValueType& elem) in nonblocking_pull_front() function in boost::concurrent::sync_bounded_queue