Home
last modified time | relevance | path

Searched defs:pull_front (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
H A Dsync_deque.hpp80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
/dports/devel/boost-python-libs/boost_1_72_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
H A Dsync_deque.hpp80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
H A Dsync_deque.hpp80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
188 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
H A Dsync_deque.hpp80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
H A Dsync_deque.hpp80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
/dports/databases/xtrabackup/boost_1_59_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
H A Dsync_deque.hpp80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
188 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
/dports/databases/percona57-server/boost_1_59_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/databases/percona57-client/boost_1_59_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/devel/boost-libs/boost_1_72_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
H A Dsync_deque.hpp80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
85 inline value_type pull_front(unique_lock<mutex>& ) in pull_front() function in boost::concurrent::sync_deque
188 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
/dports/devel/hyperscan/boost_1_75_0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/thread/concurrent_queues/
H A Ddeque_adaptor.hpp51 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
52 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_only
87 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
89 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_movable_only
128 void pull_front(value_type& x) { queue.pull_front(x); }; in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
130 value_type pull_front() { return queue.pull_front(); } in pull_front() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/utils/boost/
H A Dsyncboundedqueue.h159 inline void pull_front(value_type& elem, std::unique_lock<std::mutex>& lk) in pull_front() function
165 inline value_type pull_front(std::unique_lock<std::mutex>& lk) in pull_front() function
321 void sync_bounded_queue<ValueType>::pull_front(ValueType& elem) in pull_front() function
330 ValueType sync_bounded_queue<ValueType>::pull_front() in pull_front() function

123