Home
last modified time | relevance | path

Searched defs:try_pull (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/thread/concurrent_queues/
Dsync_priority_queue.hpp302 sync_priority_queue<T,Container,Cmp>::try_pull(unique_lock<mutex>& lk, T& elem) in try_pull() function in boost::concurrent::sync_priority_queue
315 sync_priority_queue<T,Container,Cmp>::try_pull(lock_guard<mutex>& lk, T& elem) in try_pull() function in boost::concurrent::sync_priority_queue
328 sync_priority_queue<T,Container,Cmp>::try_pull(T& elem) in try_pull() function in boost::concurrent::sync_priority_queue
Dqueue_adaptor.hpp55 queue_op_status try_pull(value_type& x) { return queue.try_pull(x); } in try_pull() function in boost::concurrent::detail::queue_adaptor_copyable_only
91 queue_op_status try_pull(value_type& x) { return queue.try_pull(x); } in try_pull() function in boost::concurrent::detail::queue_adaptor_movable_only
133 queue_op_status try_pull(value_type& x) { return queue.try_pull(x); } in try_pull() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
Dsync_bounded_queue.hpp322 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem, unique_lock<mutex>& lk) in try_pull() function in boost::concurrent::sync_bounded_queue
333 shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull(unique_lock<mutex>& lk) in try_pull() function in boost::concurrent::sync_bounded_queue
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
Ddeque_views.hpp54 queue_op_status try_pull(value_type& x) { return queue->try_pull_back(x); } in try_pull() function in boost::concurrent::deque_back_view
97 queue_op_status try_pull(value_type& x) { return queue->try_pull_front(x); } in try_pull() function in boost::concurrent::deque_front_view
Dsync_queue.hpp139 …queue_op_status sync_queue<ValueType, Container>::try_pull(ValueType& elem, unique_lock<mutex>& lk) in try_pull() function in boost::concurrent::sync_queue
159 queue_op_status sync_queue<ValueType, Container>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_queue
Dsync_timed_queue.hpp405 queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_pull(unique_lock<mutex>& lk, T& elem) in try_pull() function in boost::concurrent::sync_timed_queue
417 queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_pull(lock_guard<mutex>& lk, T& elem) in try_pull() function in boost::concurrent::sync_timed_queue
430 queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_pull(T& elem) in try_pull() function in boost::concurrent::sync_timed_queue
Dqueue_views.hpp83 queue_op_status try_pull(value_type& x) { return queue->try_pull(x); } in try_pull() function in boost::concurrent::queue_front_view