Home
last modified time | relevance | path

Searched refs:pop_wait_for (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/libs/fiber/doc/
H A Dbuffered_channel.qbk103 channel_op_status pop_wait_for(
144 `this->close()`. Fibers blocked in `this->pop()`, `this->pop_wait_for()`
154 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
170 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
236 [member_heading [cls]..pop_wait_for]
239 channel_op_status pop_wait_for(
H A Dunbuffered_channel.qbk105 channel_op_status pop_wait_for(
136 `this->close()`. Fibers blocked in `this->pop()`, `this->pop_wait_for()`
146 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
197 [member_heading [cls]..pop_wait_for]
200 channel_op_status pop_wait_for(
/dports/devel/boost-libs/boost_1_72_0/libs/fiber/doc/
H A Dbuffered_channel.qbk103 channel_op_status pop_wait_for(
144 `this->close()`. Fibers blocked in `this->pop()`, `this->pop_wait_for()`
154 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
170 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
236 [member_heading [cls]..pop_wait_for]
239 channel_op_status pop_wait_for(
H A Dunbuffered_channel.qbk105 channel_op_status pop_wait_for(
136 `this->close()`. Fibers blocked in `this->pop()`, `this->pop_wait_for()`
146 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
197 [member_heading [cls]..pop_wait_for]
200 channel_op_status pop_wait_for(
/dports/devel/boost-python-libs/boost_1_72_0/libs/fiber/doc/
H A Dbuffered_channel.qbk103 channel_op_status pop_wait_for(
144 `this->close()`. Fibers blocked in `this->pop()`, `this->pop_wait_for()`
154 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
170 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
236 [member_heading [cls]..pop_wait_for]
239 channel_op_status pop_wait_for(
H A Dunbuffered_channel.qbk105 channel_op_status pop_wait_for(
136 `this->close()`. Fibers blocked in `this->pop()`, `this->pop_wait_for()`
146 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
197 [member_heading [cls]..pop_wait_for]
200 channel_op_status pop_wait_for(
/dports/devel/hyperscan/boost_1_75_0/libs/fiber/doc/
H A Dbuffered_channel.qbk103 channel_op_status pop_wait_for(
144 `this->close()`. Fibers blocked in `this->pop()`, `this->pop_wait_for()`
154 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
170 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
236 [member_heading [cls]..pop_wait_for]
239 channel_op_status pop_wait_for(
H A Dunbuffered_channel.qbk105 channel_op_status pop_wait_for(
136 `this->close()`. Fibers blocked in `this->pop()`, `this->pop_wait_for()`
146 blocked on `this->pop()`, `this->value_pop()`, `this->pop_wait_for()` or
197 [member_heading [cls]..pop_wait_for]
200 channel_op_status pop_wait_for(
/dports/devel/boost-docs/boost_1_72_0/libs/fiber/test/
H A Dtest_unbuffered_channel_dispatch.cpp210 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
222 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
224 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
232 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
243 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_unbuffered_channel_post.cpp210 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
222 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
224 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
232 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
243 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_buffered_channel_dispatch.cpp233 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
242 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
244 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
251 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
265 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_buffered_channel_post.cpp233 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
242 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
244 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
251 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
265 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
/dports/devel/boost-python-libs/boost_1_72_0/libs/fiber/test/
H A Dtest_unbuffered_channel_dispatch.cpp210 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
222 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
224 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
232 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
243 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_unbuffered_channel_post.cpp210 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
222 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
224 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
232 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
243 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_buffered_channel_dispatch.cpp233 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
242 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
244 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
251 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
265 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_buffered_channel_post.cpp233 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
242 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
244 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
251 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
265 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
/dports/devel/boost-libs/boost_1_72_0/libs/fiber/test/
H A Dtest_unbuffered_channel_dispatch.cpp210 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
222 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
224 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
232 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
243 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_unbuffered_channel_post.cpp210 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
222 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
224 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
232 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
243 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_buffered_channel_post.cpp233 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
242 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
244 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
251 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
265 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_buffered_channel_dispatch.cpp233 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
242 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
244 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
251 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
265 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
/dports/devel/hyperscan/boost_1_75_0/libs/fiber/test/
H A Dtest_unbuffered_channel_dispatch.cpp210 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
222 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
224 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
232 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
243 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_unbuffered_channel_post.cpp210 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
222 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
224 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
232 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
243 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_buffered_channel_dispatch.cpp233 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
242 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
244 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
251 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
265 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
H A Dtest_buffered_channel_post.cpp233 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for()
242 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_closed()
244 …BOOST_CHECK( boost::fibers::channel_op_status::closed == c.pop_wait_for( v2, std::chrono::seconds(… in test_pop_wait_for_closed()
251 …BOOST_CHECK( boost::fibers::channel_op_status::success == c.pop_wait_for( v2, std::chrono::seconds… in test_pop_wait_for_success()
265 …BOOST_CHECK( boost::fibers::channel_op_status::timeout == c.pop_wait_for( v, std::chrono::seconds(… in test_pop_wait_for_timeout()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/fiber/
H A Dunbounded_channel.hpp243 channel_op_status pop_wait_for( value_type & va, in pop_wait_for() function in boost::fibers::unbounded_channel

12