Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/concurrent_queues/
Dsync_deque.hpp203 …queue_op_status sync_deque<ValueType, Container>::try_push_back(const ValueType& elem, unique_lock… in try_push_back() function in boost::concurrent::sync_deque
211 queue_op_status sync_deque<ValueType, Container>::try_push_back(const ValueType& elem) in try_push_back() function in boost::concurrent::sync_deque
249 …queue_op_status sync_deque<ValueType, Container>::try_push_back(BOOST_THREAD_RV_REF(ValueType) ele… in try_push_back() function in boost::concurrent::sync_deque
257 …queue_op_status sync_deque<ValueType, Container>::try_push_back(BOOST_THREAD_RV_REF(ValueType) ele… in try_push_back() function in boost::concurrent::sync_deque
Ddeque_adaptor.hpp54 queue_op_status try_push_back(const value_type& x) { return queue.try_push_back(x); } in try_push_back() function in boost::concurrent::detail::deque_adaptor_copyable_only
98 …queue_op_status try_push_back(BOOST_THREAD_RV_REF(value_type) x) { return queue.try_push_back(boos… in try_push_back() function in boost::concurrent::detail::deque_adaptor_movable_only
132 queue_op_status try_push_back(const value_type& x) { return queue.try_push_back(x); } in try_push_back() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
142 …queue_op_status try_push_back(BOOST_THREAD_RV_REF(value_type) x) { return queue.try_push_back(boos… in try_push_back() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
Dsync_bounded_queue.hpp523 …queue_op_status sync_bounded_queue<ValueType>::try_push_back(const ValueType& elem, unique_lock<mu… in try_push_back() function in boost::concurrent::sync_bounded_queue
536 queue_op_status sync_bounded_queue<ValueType>::try_push_back(const ValueType& elem) in try_push_back() function in boost::concurrent::sync_bounded_queue
629 …queue_op_status sync_bounded_queue<ValueType>::try_push_back(BOOST_THREAD_RV_REF(ValueType) elem, … in try_push_back() function in boost::concurrent::sync_bounded_queue
641 queue_op_status sync_bounded_queue<ValueType>::try_push_back(BOOST_THREAD_RV_REF(ValueType) elem) in try_push_back() function in boost::concurrent::sync_bounded_queue