Home
last modified time | relevance | path

Searched refs:on_work_started (Results 1 – 25 of 41) sorted by relevance

12

/third_party/boost/boost/asio/detail/
Dhandler_work.hpp130 executor_.on_work_started(); in handler_work_base()
139 executor_.on_work_started(); in handler_work_base()
148 executor_.on_work_started(); in handler_work_base()
156 executor_.on_work_started(); in handler_work_base()
234 executor_.on_work_started(); in handler_work_base()
242 executor_.on_work_started(); in handler_work_base()
250 executor_.on_work_started(); in handler_work_base()
257 executor_.on_work_started(); in handler_work_base()
Dis_executor.hpp30 void on_work_started();
64 &executor_memfns_derived<T>::on_work_started>*);
Dio_object_executor.hpp79 void on_work_started() const BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::detail::io_object_executor
89 executor_.on_work_started(); in on_work_started()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dhandler_work.hpp130 executor_.on_work_started(); in handler_work_base()
139 executor_.on_work_started(); in handler_work_base()
148 executor_.on_work_started(); in handler_work_base()
156 executor_.on_work_started(); in handler_work_base()
234 executor_.on_work_started(); in handler_work_base()
242 executor_.on_work_started(); in handler_work_base()
250 executor_.on_work_started(); in handler_work_base()
257 executor_.on_work_started(); in handler_work_base()
Dis_executor.hpp30 void on_work_started();
64 &executor_memfns_derived<T>::on_work_started>*);
/third_party/boost/boost/asio/impl/
Dexecutor.hpp76 void on_work_started() BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::executor::impl
78 executor_.on_work_started(); in on_work_started()
185 void on_work_started() BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::executor::impl
187 executor_.on_work_started(); in on_work_started()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dexecutor.hpp76 void on_work_started() BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::executor::impl
78 executor_.on_work_started(); in on_work_started()
185 void on_work_started() BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::executor::impl
187 executor_.on_work_started(); in on_work_started()
/third_party/boost/boost/asio/
Dexecutor.hpp139 void on_work_started() const BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::executor
141 get_impl()->on_work_started(); in on_work_started()
288 virtual void on_work_started() BOOST_ASIO_NOEXCEPT = 0;
Dio_context_strand.hpp128 void on_work_started() const BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::io_context::strand
130 context().get_executor().on_work_started(); in on_work_started()
Dexecutor_work_guard.hpp61 executor_.on_work_started(); in executor_work_guard()
70 executor_.on_work_started(); in executor_work_guard()
Dstrand.hpp249 void on_work_started() const BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::strand
251 executor_.on_work_started(); in on_work_started()
/third_party/boost/libs/asio/include/boost/asio/
Dexecutor.hpp139 void on_work_started() const BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::executor
141 get_impl()->on_work_started(); in on_work_started()
288 virtual void on_work_started() BOOST_ASIO_NOEXCEPT = 0;
Dio_context_strand.hpp128 void on_work_started() const BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::io_context::strand
130 context().get_executor().on_work_started(); in on_work_started()
Dexecutor_work_guard.hpp61 executor_.on_work_started(); in executor_work_guard()
70 executor_.on_work_started(); in executor_work_guard()
Dstrand.hpp249 void on_work_started() const BOOST_ASIO_NOEXCEPT in on_work_started() function in boost::asio::strand
251 executor_.on_work_started(); in on_work_started()
/third_party/boost/boost/beast/core/detail/
Dremap_post_to_defer.hpp71 on_work_started() const noexcept in on_work_started() function in boost::beast::detail::remap_post_to_defer
73 ex().on_work_started(); in on_work_started()
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dremap_post_to_defer.hpp71 on_work_started() const noexcept in on_work_started() function in boost::beast::detail::remap_post_to_defer
73 ex().on_work_started(); in on_work_started()
/third_party/boost/libs/asio/doc/requirements/
DExecutor.qbk100 operation, or member functions `context`, `on_work_started`, and
109 `ctx.shutdown()` returns. The effect of calling `on_work_started`,
165 [`x1.on_work_started()`]
174 Precondition: A preceding call `x2.on_work_started()` where `x1 == x2`.]
/third_party/boost/libs/beast/test/beast/core/
Dtest_executor.hpp78 on_work_started() const noexcept in on_work_started() function in boost::beast::test_executor
Dtest_handler.hpp76 void on_work_started() {} in on_work_started() function in boost::beast::simple_executor
Dbind_handler.cpp207 on_work_started() const noexcept in on_work_started() function in boost::beast::bind_handler_test::test_executor
209 ex_.on_work_started(); in on_work_started()
/third_party/boost/doc/html/boost_asio/example/cpp03/invocation/
Dprioritised_handlers.cpp67 void on_work_started() const {} in on_work_started() function in handler_priority_queue::executor
/third_party/boost/libs/asio/example/cpp03/invocation/
Dprioritised_handlers.cpp67 void on_work_started() const {} in on_work_started() function in handler_priority_queue::executor
/third_party/boost/libs/asio/example/cpp11/invocation/
Dprioritised_handlers.cpp71 void on_work_started() const noexcept {} in on_work_started() function in handler_priority_queue::executor
/third_party/boost/doc/html/boost_asio/example/cpp11/invocation/
Dprioritised_handlers.cpp71 void on_work_started() const noexcept {} in on_work_started() function in handler_priority_queue::executor

12