Home
last modified time | relevance | path

Searched defs:wait_push (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/concurrent_queues/
Ddeque_views.hpp60 queue_op_status wait_push(const value_type& x) { return queue->wait_push_back(x); } in wait_push() function in boost::concurrent::deque_back_view
66 …queue_op_status wait_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->wait_push_back(boost:… in wait_push() function in boost::concurrent::deque_back_view
103 queue_op_status wait_push(const value_type& x) { return queue->wait_push_front(x); } in wait_push() function in boost::concurrent::deque_front_view
108 …queue_op_status wait_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->wait_push_front(forwa… in wait_push() function in boost::concurrent::deque_front_view
Dsync_queue.hpp218 …queue_op_status sync_queue<ValueType, Container>::wait_push(const ValueType& elem, unique_lock<mut… in wait_push() function in boost::concurrent::sync_queue
226 queue_op_status sync_queue<ValueType, Container>::wait_push(const ValueType& elem) in wait_push() function in boost::concurrent::sync_queue
264 …queue_op_status sync_queue<ValueType, Container>::wait_push(BOOST_THREAD_RV_REF(ValueType) elem, u… in wait_push() function in boost::concurrent::sync_queue
272 queue_op_status sync_queue<ValueType, Container>::wait_push(BOOST_THREAD_RV_REF(ValueType) elem) in wait_push() function in boost::concurrent::sync_queue
Dqueue_adaptor.hpp60 queue_op_status wait_push(const value_type& x) { return queue.wait_push(x); } in wait_push() function in boost::concurrent::detail::queue_adaptor_copyable_only
100 …queue_op_status wait_push(BOOST_THREAD_RV_REF(value_type) x) { return queue.wait_push(boost::move(… in wait_push() function in boost::concurrent::detail::queue_adaptor_movable_only
138 queue_op_status wait_push(const value_type& x) { return queue.wait_push(x); } in wait_push() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
144 …queue_op_status wait_push(BOOST_THREAD_RV_REF(value_type) x) { return queue.wait_push(boost::move(… in wait_push() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
Dqueue_views.hpp51 queue_op_status wait_push(const value_type& x) { return queue->wait_push(x); } in wait_push() function in boost::concurrent::queue_back_view
56 …queue_op_status wait_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->wait_push(boost::move… in wait_push() function in boost::concurrent::queue_back_view