Home
last modified time | relevance | path

Searched defs:try_push (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/thread/concurrent_queues/
Ddeque_views.hpp52 queue_op_status try_push(const value_type& x) { return queue->try_push_back(x); } in try_push() function in boost::concurrent::deque_back_view
64 …queue_op_status try_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->try_push_back(boost::m… in try_push() function in boost::concurrent::deque_back_view
95 queue_op_status try_push(const value_type& x) { return queue->try_push_front(x); } in try_push() function in boost::concurrent::deque_front_view
106 …queue_op_status try_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->try_push_front(forward… in try_push() function in boost::concurrent::deque_front_view
Dsync_queue.hpp203 …queue_op_status sync_queue<ValueType, Container>::try_push(const ValueType& elem, unique_lock<mute… in try_push() function in boost::concurrent::sync_queue
211 queue_op_status sync_queue<ValueType, Container>::try_push(const ValueType& elem) in try_push() function in boost::concurrent::sync_queue
249 …queue_op_status sync_queue<ValueType, Container>::try_push(BOOST_THREAD_RV_REF(ValueType) elem, un… in try_push() function in boost::concurrent::sync_queue
257 queue_op_status sync_queue<ValueType, Container>::try_push(BOOST_THREAD_RV_REF(ValueType) elem) in try_push() function in boost::concurrent::sync_queue
Dqueue_adaptor.hpp54 queue_op_status try_push(const value_type& x) { return queue.try_push(x); } in try_push() function in boost::concurrent::detail::queue_adaptor_copyable_only
98 …queue_op_status try_push(BOOST_THREAD_RV_REF(value_type) x) { return queue.try_push(boost::move(x)… in try_push() function in boost::concurrent::detail::queue_adaptor_movable_only
132 queue_op_status try_push(const value_type& x) { return queue.try_push(x); } in try_push() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
142 …queue_op_status try_push(BOOST_THREAD_RV_REF(value_type) x) { return queue.try_push(boost::move(x)… in try_push() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
Dsync_bounded_queue.hpp502 bool sync_bounded_queue<ValueType>::try_push(const ValueType& elem, unique_lock<mutex>& lk) in try_push() function in boost::concurrent::sync_bounded_queue
514 bool sync_bounded_queue<ValueType>::try_push(const ValueType& elem) in try_push() function in boost::concurrent::sync_bounded_queue
559 bool sync_bounded_queue<ValueType>::try_push(no_block_tag, const ValueType& elem) in try_push() function in boost::concurrent::sync_bounded_queue
608 …bool sync_bounded_queue<ValueType>::try_push(BOOST_THREAD_RV_REF(ValueType) elem, unique_lock<mute… in try_push() function in boost::concurrent::sync_bounded_queue
621 bool sync_bounded_queue<ValueType>::try_push(BOOST_THREAD_RV_REF(ValueType) elem) in try_push() function in boost::concurrent::sync_bounded_queue
664 bool sync_bounded_queue<ValueType>::try_push(no_block_tag, BOOST_THREAD_RV_REF(ValueType) elem) in try_push() function in boost::concurrent::sync_bounded_queue
Dqueue_views.hpp48 queue_op_status try_push(const value_type& x) { return queue->try_push(x); } in try_push() function in boost::concurrent::queue_back_view
54 …queue_op_status try_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->try_push(boost::move(x… in try_push() function in boost::concurrent::queue_back_view
Dsync_timed_queue.hpp220 …queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_push(const T& elem, chrono::time_point<… in try_push() function in boost::concurrent::sync_timed_queue
227 …queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_push(const T& elem, chrono::duration<Re… in try_push() function in boost::concurrent::sync_timed_queue
234 …queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_push(BOOST_THREAD_RV_REF(T) elem, chron… in try_push() function in boost::concurrent::sync_timed_queue
241 …queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_push(BOOST_THREAD_RV_REF(T) elem, chron… in try_push() function in boost::concurrent::sync_timed_queue
Dsync_priority_queue.hpp217 queue_op_status sync_priority_queue<T,Container,Cmp>::try_push(const T& elem) in try_push() function in boost::concurrent::sync_priority_queue
227 queue_op_status sync_priority_queue<T,Container,Cmp>::try_push(BOOST_THREAD_RV_REF(T) elem) in try_push() function in boost::concurrent::sync_priority_queue
/third_party/boost/boost/fiber/
Dbuffered_channel.hpp123 channel_op_status try_push( value_type const& value) { in try_push() function in boost::fibers::buffered_channel
156 channel_op_status try_push( value_type && value) { in try_push() function in boost::fibers::buffered_channel