Searched defs:try_pull (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/thread/concurrent_queues/ |
D | sync_priority_queue.hpp | 302 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
|
D | queue_adaptor.hpp | 55 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
|
D | sync_bounded_queue.hpp | 322 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
|
D | deque_views.hpp | 54 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
|
D | sync_queue.hpp | 139 …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
|
D | sync_timed_queue.hpp | 405 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
|
D | queue_views.hpp | 83 queue_op_status try_pull(value_type& x) { return queue->try_pull(x); } in try_pull() function in boost::concurrent::queue_front_view
|