/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | get_io_context.hpp | 31 get_io_context(net::io_context& ioc) in get_io_context() function 38 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function 45 get_io_context(net::strand< in get_io_context() function 48 return get_io_context(ex.get_inner_executor()); in get_io_context() 53 get_io_context(net::strand<Executor> const& ex) in get_io_context() function 55 return get_io_context(ex.get_inner_executor()); in get_io_context() 63 get_io_context(T const& ex) in get_io_context() function 69 return get_io_context(*p); in get_io_context() 74 get_io_context(...) in get_io_context() function 85 return get_io_context( in get_io_context_impl() [all …]
|
/third_party/boost/boost/beast/core/detail/ |
D | get_io_context.hpp | 31 get_io_context(net::io_context& ioc) in get_io_context() function 38 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function 45 get_io_context(net::strand< in get_io_context() function 48 return get_io_context(ex.get_inner_executor()); in get_io_context() 53 get_io_context(net::strand<Executor> const& ex) in get_io_context() function 55 return get_io_context(ex.get_inner_executor()); in get_io_context() 63 get_io_context(T const& ex) in get_io_context() function 69 return get_io_context(*p); in get_io_context() 74 get_io_context(...) in get_io_context() function 85 return get_io_context( in get_io_context_impl() [all …]
|
/third_party/boost/libs/beast/test/beast/core/ |
D | _detail_get_io_context.cpp | 30 BEAST_EXPECT(get_io_context(5) == nullptr); in testFunction() 31 BEAST_EXPECT(get_io_context(none{}) == nullptr); in testFunction() 32 BEAST_EXPECT(get_io_context(ioc) == &ioc); in testFunction() 33 BEAST_EXPECT(get_io_context(ioc.get_executor()) == &ioc); in testFunction() 34 BEAST_EXPECT(get_io_context(net::make_strand(ioc)) == &ioc); in testFunction() 35 BEAST_EXPECT(get_io_context(net::any_io_executor(ioc.get_executor())) == &ioc); in testFunction() 45 BEAST_DEFINE_TESTSUITE(beast,core,get_io_context);
|
/third_party/boost/boost/asio/ |
D | basic_io_object.hpp | 81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object 83 return service_.get_io_context(); in get_io_context() 97 return service_.get_io_context(); in get_io_service() 107 return service_.get_io_context().get_executor(); in get_executor() 204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object 206 return service_->get_io_context(); in get_io_context() 211 return service_->get_io_context(); in get_io_service() 219 return service_->get_io_context().get_executor(); in get_executor() 239 other_service.get_io_context())) in basic_io_object()
|
D | io_context_strand.hpp | 121 return service_.get_io_context(); in context()
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | basic_io_object.hpp | 81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object 83 return service_.get_io_context(); in get_io_context() 97 return service_.get_io_context(); in get_io_service() 107 return service_.get_io_context().get_executor(); in get_executor() 204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object 206 return service_->get_io_context(); in get_io_context() 211 return service_->get_io_context(); in get_io_service() 219 return service_->get_io_context().get_executor(); in get_executor() 239 other_service.get_io_context())) in basic_io_object()
|
D | io_context_strand.hpp | 121 return service_.get_io_context(); in context()
|
/third_party/boost/libs/asio/example/cpp03/http/server2/ |
D | server.cpp | 20 signals_(io_context_pool_.get_io_context()), in server() 21 acceptor_(io_context_pool_.get_io_context()), in server() 55 io_context_pool_.get_io_context(), request_handler_)); in start_accept()
|
D | io_context_pool.hpp | 38 boost::asio::io_context& get_io_context();
|
D | io_context_pool.cpp | 60 boost::asio::io_context& io_context_pool::get_io_context() in get_io_context() function in http::server2::io_context_pool
|
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server2/ |
D | server.cpp | 20 signals_(io_context_pool_.get_io_context()), in server() 21 acceptor_(io_context_pool_.get_io_context()), in server() 55 io_context_pool_.get_io_context(), request_handler_)); in start_accept()
|
D | io_context_pool.hpp | 38 boost::asio::io_context& get_io_context();
|
D | io_context_pool.cpp | 60 boost::asio::io_context& io_context_pool::get_io_context() in get_io_context() function in http::server2::io_context_pool
|
/third_party/boost/boost/beast/_experimental/test/ |
D | tcp.hpp | 33 auto ioc1 = beast::detail::get_io_context(s1); in connect() 34 auto ioc2 = beast::detail::get_io_context(s2); in connect()
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/ |
D | tcp.hpp | 33 auto ioc1 = beast::detail::get_io_context(s1); in connect() 34 auto ioc2 = beast::detail::get_io_context(s2); in connect()
|
/third_party/boost/boost/process/ |
D | extend.hpp | 37 inline asio::io_context& get_io_context(const Tuple & tup); 63 using ::boost::process::detail::get_io_context; 104 inline asio::io_context& get_io_context(const Sequence & seq);
|
D | async.hpp | 64 inline asio::io_context& get_io_context(const Tuple & tup) in get_io_context() function
|
/third_party/boost/boost/process/detail/posix/ |
D | sigchld_service.hpp | 23 …boost::asio::strand<boost::asio::io_context::executor_type> _strand{get_io_context().get_executor(… 24 boost::asio::signal_set _signal_set{get_io_context(), SIGCHLD};
|
D | async_out.hpp | 93 pipe = std::make_shared<boost::process::async_pipe>(get_io_context(exec.seq)); in on_setup() 170 pipe = std::make_shared<boost::process::async_pipe>(get_io_context(exec.seq)); in on_setup()
|
D | async_in.hpp | 84 pipe = std::make_shared<boost::process::async_pipe>(get_io_context(exec.seq)); in on_setup()
|
/third_party/boost/boost/process/detail/windows/ |
D | async_out.hpp | 102 pipe = std::make_shared<boost::process::async_pipe>(get_io_context(exec.seq)); in on_setup() 176 pipe = std::make_shared<boost::process::async_pipe>(get_io_context(exec.seq)); in on_setup()
|
D | async_in.hpp | 94 pipe = std::make_shared<boost::process::async_pipe>(get_io_context(exec.seq)); in on_setup()
|
/third_party/boost/boost/asio/impl/ |
D | io_context.hpp | 430 inline boost::asio::io_context& io_context::work::get_io_context() in get_io_context() function in boost::asio::io_context::work 436 inline boost::asio::io_context& io_context::service::get_io_context() in get_io_context() function in boost::asio::io_context::service
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | io_context.hpp | 430 inline boost::asio::io_context& io_context::work::get_io_context() in get_io_context() function in boost::asio::io_context::work 436 inline boost::asio::io_context& io_context::service::get_io_context() in get_io_context() function in boost::asio::io_context::service
|
/third_party/boost/libs/process/doc/ |
D | extend.qbk | 11 [def __get_io_context__ [funcref boost::process::extend::get_io_context ex::get_io_context]]
|