Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/concurrent_queues/
Ddeque_views.hpp56 … queue_op_status nonblocking_push(const value_type& x) { return queue->nonblocking_push_back(x); } in nonblocking_push() function in boost::concurrent::deque_back_view
65 …queue_op_status nonblocking_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->nonblocking_pu… in nonblocking_push() function in boost::concurrent::deque_back_view
99 … queue_op_status nonblocking_push(const value_type& x) { return queue->nonblocking_push_front(x); } in nonblocking_push() function in boost::concurrent::deque_front_view
107 …queue_op_status nonblocking_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->nonblocking_pu… in nonblocking_push() function in boost::concurrent::deque_front_view
Dqueue_adaptor.hpp57 queue_op_status nonblocking_push(const value_type& x) { return queue.nonblocking_push(x); } in nonblocking_push() function in boost::concurrent::detail::queue_adaptor_copyable_only
99 …queue_op_status nonblocking_push(BOOST_THREAD_RV_REF(value_type) x) { return queue.nonblocking_pus… in nonblocking_push() function in boost::concurrent::detail::queue_adaptor_movable_only
135 queue_op_status nonblocking_push(const value_type& x) { return queue.nonblocking_push(x); } in nonblocking_push() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
143 …queue_op_status nonblocking_push(BOOST_THREAD_RV_REF(value_type) x) { return queue.nonblocking_pus… in nonblocking_push() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
Dqueue_views.hpp50 queue_op_status nonblocking_push(const value_type& x) { return queue->nonblocking_push(x); } in nonblocking_push() function in boost::concurrent::queue_back_view
55 …queue_op_status nonblocking_push(BOOST_THREAD_RV_REF(value_type) x) { return queue->nonblocking_pu… in nonblocking_push() function in boost::concurrent::queue_back_view
Dsync_queue.hpp233 queue_op_status sync_queue<ValueType, Container>::nonblocking_push(const ValueType& elem) in nonblocking_push() function in boost::concurrent::sync_queue
279 …queue_op_status sync_queue<ValueType, Container>::nonblocking_push(BOOST_THREAD_RV_REF(ValueType) … in nonblocking_push() function in boost::concurrent::sync_queue