Home
last modified time | relevance | path

Searched refs:try_pull (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/threadshare/tests/
H A Dappsrc.rs163 assert!(h.try_pull().is_none()); in pause_regular()
205 assert!(h.try_pull().is_none()); in flush_regular()
211 assert!(h.try_pull().is_none()); in flush_regular()
222 assert!(h.try_pull().is_none()); in flush_regular()
270 assert!(h.try_pull().is_none()); in pause_flush()
280 assert!(h.try_pull().is_none()); in pause_flush()
291 assert!(h.try_pull().is_none()); in pause_flush()
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosEvent/test/
H A Devent_test_PullS_impl.erl29 -export([init/1, terminate/2, pull/1, try_pull/1, disconnect_pull_supplier/1,
43 try_pull([]) -> function
45 try_pull([Event|Events]) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosEvent/test/
H A Devent_test_PullS_impl.erl29 -export([init/1, terminate/2, pull/1, try_pull/1, disconnect_pull_supplier/1,
43 try_pull([]) -> function
45 try_pull([Event|Events]) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosEvent/test/
H A Devent_test_PullS_impl.erl29 -export([init/1, terminate/2, pull/1, try_pull/1, disconnect_pull_supplier/1,
43 try_pull([]) -> function
45 try_pull([Event|Events]) -> function
/dports/lang/erlang/corba-5.0.2/lib/cosEvent/test/
H A Devent_test_PullS_impl.erl29 -export([init/1, terminate/2, pull/1, try_pull/1, disconnect_pull_supplier/1,
43 try_pull([]) -> function
45 try_pull([Event|Events]) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosEvent/test/
H A Devent_test_PullS_impl.erl29 -export([init/1, terminate/2, pull/1, try_pull/1, disconnect_pull_supplier/1,
43 try_pull([]) -> function
45 try_pull([Event|Events]) -> function
/dports/devel/boost-python-libs/boost_1_72_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
H A 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
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
H A 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
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/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 Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/thread/concurrent_queues/
H A Dsync_bounded_queue.hpp78 inline bool try_pull(value_type&);
79 inline bool try_pull(no_block_tag,value_type&);
80 inline shared_ptr<ValueType> try_pull();
137 inline bool try_pull(value_type& x, unique_lock<mutex>& lk);
138 inline shared_ptr<value_type> try_pull(unique_lock<mutex>& lk);
343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
346 return try_pull(elem, lk); in try_pull()
371 bool sync_bounded_queue<ValueType>::try_pull(no_block_tag,ValueType& elem) in try_pull() function in boost::concurrent::sync_bounded_queue
378 return try_pull(elem, lk); in try_pull()
381 boost::shared_ptr<ValueType> sync_bounded_queue<ValueType>::try_pull() in try_pull() function in boost::concurrent::sync_bounded_queue
[all …]

12345678910>>...15