Home
last modified time | relevance | path

Searched refs:run_until (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_events.py415 test_utils.run_until(self.loop, lambda: len(bytes_read) >= 3)
417 test_utils.run_until(self.loop, lambda: len(bytes_read) >= 6)
478 test_utils.run_until(self.loop, lambda: caught)
813 test_utils.run_until(self.loop, lambda: proto.nbytes > 0)
881 test_utils.run_until(self.loop, lambda: proto.nbytes > 0)
943 test_utils.run_until(self.loop, lambda: proto.nbytes > 0)
977 test_utils.run_until(self.loop, lambda: proto.nbytes > 0)
1267 test_utils.run_until(self.loop, lambda: server.nbytes)
1269 test_utils.run_until(self.loop, lambda: client.nbytes)
1347 test_utils.run_until(self.loop, lambda: proto.nbytes >= 1)
[all …]
Dutils.py111 def run_until(loop, pred, timeout=support.SHORT_TIMEOUT): function
/third_party/boost/boost/asio/impl/
Dio_context.hpp65 return this->run_until(chrono::steady_clock::now() + rel_time); in run_for()
69 std::size_t io_context::run_until( in run_until() function in boost::asio::io_context
/third_party/boost/libs/asio/include/boost/asio/impl/
Dio_context.hpp65 return this->run_until(chrono::steady_clock::now() + rel_time); in run_for()
69 std::size_t io_context::run_until( in run_until() function in boost::asio::io_context
/third_party/boost/libs/beast/test/beast/websocket/
Dtest.hpp405 run_until(net::io_context& ioc, in run_until() function in boost::beast::websocket::websocket_test_suite
419 run_until( in run_until() function in boost::beast::websocket::websocket_test_suite
422 return run_until(ioc, 100, pred); in run_until()
Dping.cpp438 if(! BEAST_EXPECT(run_until(ioc, 100, in testSuspend()
/third_party/boost/libs/asio/doc/
Dnet_ts.qbk88 [link boost_asio.reference.io_context.run_until `io_context::run_until`],
Dreference.qbk79919 [[link boost_asio.reference.io_context.run_until [*run_until]]]
80007 …start()` while there are unfinished `run()`, `run_one()`, `run_for()`, `run_until()`, `poll()` or …
80015run_until()`, `poll()` or `poll_one()` must be called for the [link boost_asio.reference.io_contex…
80022 …the throwing thread's invocation of `run()`, `run_one()`, `run_for()`, `run_until()`, `poll()` or …
80024 After the exception has been caught, the `run()`, `run_one()`, `run_for()`, `run_until()`, `poll()`…
81000 …ad that is currently calling one of `run()`, `run_one()`, `run_for()`, `run_until()`, `poll()` or …
81043 …ad that is currently calling one of `run()`, `run_one()`, `run_for()`, `run_until()`, `poll()` or …
81127 …ad that is currently calling one of `run()`, `run_one()`, `run_for()`, `run_until()`, `poll()` or …
81158 …ad that is currently calling one of `run()`, `run_one()`, `run_for()`, `run_until()`, `poll()` or …
81243 [section:run_until io_context::run_until]
[all …]
/third_party/boost/libs/asio/include/boost/asio/
Dio_context.hpp381 std::size_t run_until(const chrono::time_point<Clock, Duration>& abs_time);
/third_party/boost/boost/asio/
Dio_context.hpp381 std::size_t run_until(const chrono::time_point<Clock, Duration>& abs_time);
/third_party/boost/doc/html/
Dasio_HTML.manifest2106 boost_asio/reference/io_context/run_until.html