Home
last modified time | relevance | path

Searched refs:pull_front (Results 1 – 25 of 140) sorted by relevance

123456

/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.hpp63 inline void pull_front(value_type&);
65 inline value_type pull_front();
80 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
146 pull_front(elem, lk); in try_pull_front()
154 pull_front(elem, lk); in wait_pull_front()
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
189 pull_front(elem, lk); in pull_front()
194 ValueType sync_deque<ValueType, Container>::pull_front()
199 return pull_front(lk);
[all …]
/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.hpp63 inline void pull_front(value_type&);
65 inline value_type pull_front();
80 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
146 pull_front(elem, lk); in try_pull_front()
154 pull_front(elem, lk); in wait_pull_front()
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
189 pull_front(elem, lk); in pull_front()
194 ValueType sync_deque<ValueType, Container>::pull_front()
199 return pull_front(lk);
[all …]
/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.hpp63 inline void pull_front(value_type&);
65 inline value_type pull_front();
80 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
146 pull_front(elem, lk); in try_pull_front()
158 pull_front(elem, lk); in wait_pull_front()
188 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
192 pull_front(elem, lk); in pull_front()
197 ValueType sync_deque<ValueType, Container>::pull_front()
201 return pull_front(lk);
[all …]
/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.hpp63 inline void pull_front(value_type&);
65 inline value_type pull_front();
80 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
146 pull_front(elem, lk); in try_pull_front()
154 pull_front(elem, lk); in wait_pull_front()
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
189 pull_front(elem, lk); in pull_front()
194 ValueType sync_deque<ValueType, Container>::pull_front()
199 return pull_front(lk);
[all …]
/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.hpp63 inline void pull_front(value_type&);
65 inline value_type pull_front();
80 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
146 pull_front(elem, lk); in try_pull_front()
154 pull_front(elem, lk); in wait_pull_front()
184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
189 pull_front(elem, lk); in pull_front()
194 ValueType sync_deque<ValueType, Container>::pull_front()
199 return pull_front(lk);
[all …]
/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.hpp63 inline void pull_front(value_type&);
65 inline value_type pull_front();
80 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
146 pull_front(elem, lk); in try_pull_front()
158 pull_front(elem, lk); in wait_pull_front()
188 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
192 pull_front(elem, lk); in pull_front()
197 ValueType sync_deque<ValueType, Container>::pull_front()
201 return pull_front(lk);
[all …]
/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
H A Dsync_deque.hpp63 inline void pull_front(value_type&);
65 inline value_type pull_front();
80 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
146 pull_front(elem, lk); in try_pull_front()
158 pull_front(elem, lk); in wait_pull_front()
188 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
192 pull_front(elem, lk); in pull_front()
197 ValueType sync_deque<ValueType, Container>::pull_front()
201 return pull_front(lk);
[all …]
/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.hpp63 inline void pull_front(value_type&);
65 inline value_type pull_front();
80 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
146 pull_front(elem, lk); in try_pull_front()
158 pull_front(elem, lk); in wait_pull_front()
188 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() function in boost::concurrent::sync_deque
192 pull_front(elem, lk); in pull_front()
197 ValueType sync_deque<ValueType, Container>::pull_front()
201 return pull_front(lk);
[all …]
/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

123456