Home
last modified time | relevance | path

Searched defs:nonblocking_pull (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/concurrent_queues/
Dqueue_adaptor.hpp58 queue_op_status nonblocking_pull(value_type& x) { return queue.nonblocking_pull(x); } in nonblocking_pull() function in boost::concurrent::detail::queue_adaptor_copyable_only
93 queue_op_status nonblocking_pull(value_type& x) { return queue.nonblocking_pull(x); } in nonblocking_pull() function in boost::concurrent::detail::queue_adaptor_movable_only
136 queue_op_status nonblocking_pull(value_type& x) { return queue.nonblocking_pull(x); } in nonblocking_pull() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
Ddeque_views.hpp58 queue_op_status nonblocking_pull(value_type& x) { return queue->nonblocking_pull_back(x); } in nonblocking_pull() function in boost::concurrent::deque_back_view
101 queue_op_status nonblocking_pull(value_type& x) { return queue->nonblocking_pull_front(x); } in nonblocking_pull() function in boost::concurrent::deque_front_view
Dqueue_views.hpp85 queue_op_status nonblocking_pull(value_type& x) { return queue->nonblocking_pull(x); } in nonblocking_pull() function in boost::concurrent::queue_front_view
Dsync_queue.hpp173 queue_op_status sync_queue<ValueType, Container>::nonblocking_pull(ValueType& elem) in nonblocking_pull() function in boost::concurrent::sync_queue
Dsync_priority_queue.hpp353 queue_op_status sync_priority_queue<T,Container,Cmp>::nonblocking_pull(T& elem) in nonblocking_pull() function in boost::concurrent::sync_priority_queue
Dsync_timed_queue.hpp455 queue_op_status sync_timed_queue<T, Clock, TimePoint>::nonblocking_pull(T& elem) in nonblocking_pull() function in boost::concurrent::sync_timed_queue