Home
last modified time | relevance | path

Searched refs:nonblocking_pull (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/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
Dqueue_base.hpp58 virtual queue_op_status nonblocking_pull(value_type&) = 0;
89 virtual queue_op_status nonblocking_pull(value_type&) = 0;
129 virtual queue_op_status nonblocking_pull(value_type&) = 0;
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
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
Dsync_priority_queue.hpp140 queue_op_status nonblocking_pull(ValueType&);
162 queue_op_status nonblocking_pull(unique_lock<mutex>& lk, ValueType&);
353 queue_op_status sync_priority_queue<T,Container,Cmp>::nonblocking_pull(T& elem) in nonblocking_pull() function in boost::concurrent::sync_priority_queue
Dsync_queue.hpp68 inline queue_op_status nonblocking_pull(value_type&);
173 queue_op_status sync_queue<ValueType, Container>::nonblocking_pull(ValueType& elem) in nonblocking_pull() function in boost::concurrent::sync_queue
Dsync_timed_queue.hpp139 queue_op_status nonblocking_pull(T& elem);
455 queue_op_status sync_timed_queue<T, Clock, TimePoint>::nonblocking_pull(T& elem) in nonblocking_pull() function in boost::concurrent::sync_timed_queue
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/
Dtq_single_thread_pass.cpp53 boost::queue_op_status st = pq.nonblocking_pull(val); in test_all()
90 boost::queue_op_status st = pq.nonblocking_pull(val); in test_all_with_try()
Dpq_single_thread_pass.cpp81 boost::queue_op_status st = pq.nonblocking_pull(val); in test_nonblocking_pull()
305 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_pull(i)); in main()
319 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_pull(nc)); in main()
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_queue/
Dsingle_thread_pass.cpp252 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_pull(i)); in main()
265 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_pull(nc)); in main()
/third_party/boost/libs/thread/test/sync/mutual_exclusion/queue_views/
Dsingle_thread_pass.cpp325 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_pull(i)); in main()
340 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_pull(nc)); in main()
/third_party/boost/libs/thread/test/sync/mutual_exclusion/deque_views/
Dsingle_thread_pass.cpp325 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_pull(i)); in main()
340 BOOST_TEST(boost::queue_op_status::success == q.nonblocking_pull(nc)); in main()
/third_party/boost/libs/thread/doc/
Dsync_queues_ref.qbk812 queue_op_status nonblocking_pull(value_type& x);