Home
last modified time | relevance | path

Searched refs:get_io_context (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dget_io_context.hpp31 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/
Dget_io_context.hpp31 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.cpp30 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/
Dbasic_io_object.hpp81 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()
Dio_context_strand.hpp121 return service_.get_io_context(); in context()
/third_party/boost/libs/asio/include/boost/asio/
Dbasic_io_object.hpp81 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()
Dio_context_strand.hpp121 return service_.get_io_context(); in context()
/third_party/boost/libs/asio/example/cpp03/http/server2/
Dserver.cpp20 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()
Dio_context_pool.hpp38 boost::asio::io_context& get_io_context();
Dio_context_pool.cpp60 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/
Dserver.cpp20 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()
Dio_context_pool.hpp38 boost::asio::io_context& get_io_context();
Dio_context_pool.cpp60 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/
Dtcp.hpp33 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/
Dtcp.hpp33 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/
Dextend.hpp37 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);
Dasync.hpp64 inline asio::io_context& get_io_context(const Tuple & tup) in get_io_context() function
/third_party/boost/boost/process/detail/posix/
Dsigchld_service.hpp23 …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};
Dasync_out.hpp93 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()
Dasync_in.hpp84 pipe = std::make_shared<boost::process::async_pipe>(get_io_context(exec.seq)); in on_setup()
/third_party/boost/boost/process/detail/windows/
Dasync_out.hpp102 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()
Dasync_in.hpp94 pipe = std::make_shared<boost::process::async_pipe>(get_io_context(exec.seq)); in on_setup()
/third_party/boost/boost/asio/impl/
Dio_context.hpp430 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/
Dio_context.hpp430 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/
Dextend.qbk11 [def __get_io_context__ [funcref boost::process::extend::get_io_context ex::get_io_context]]

12