Home
last modified time | relevance | path

Searched defs:executor_type (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/boost/boost/asio/impl/
Dpost.hpp89 typedef Executor executor_type; typedef in boost::asio::detail::initiate_post_with_executor
105 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
131 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
162 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
183 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
Ddispatch.hpp86 typedef Executor executor_type; typedef in boost::asio::detail::initiate_dispatch_with_executor
102 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
127 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
157 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
178 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
Ddefer.hpp89 typedef Executor executor_type; typedef in boost::asio::detail::initiate_defer_with_executor
105 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
131 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
162 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
183 typename conditional<true, executor_type, CompletionHandler>::type in operator ()() argument
Dco_spawn.hpp40 >::type executor_type; typedef in boost::asio::detail::co_spawn_work_guard
166 typedef Executor executor_type; typedef in boost::asio::detail::initiate_co_spawn
/third_party/boost/boost/beast/core/
Dstream_traits.hpp106 using executor_type = __see_below__; typedef
109 using executor_type = typedef
113 using executor_type = typedef
Dflat_stream.hpp113 using executor_type = beast::executor_type<next_layer_type>; typedef in boost::beast::flat_stream
Dbuffered_read_stream.hpp148 using executor_type = typedef in boost::beast::buffered_read_stream
/third_party/boost/boost/asio/ssl/
Dstream.hpp86 typedef typename lowest_layer_type::executor_type executor_type; typedef in boost::asio::ssl::stream
732 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_handshake
764 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_buffered_handshake
800 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_shutdown
831 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_write_some
863 typedef typename stream::executor_type executor_type; typedef in boost::asio::ssl::stream::initiate_async_read_some
/third_party/boost/boost/asio/windows/
Dbasic_stream_handle.hpp48 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle
403 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle::initiate_async_write_some
436 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle::initiate_async_read_some
Dbasic_random_access_handle.hpp45 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle
419 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle::initiate_async_write_some_at
452 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle::initiate_async_read_some_at
Dbasic_object_handle.hpp56 typedef Executor executor_type; typedef in boost::asio::windows::basic_object_handle
395 typedef Executor executor_type; typedef in boost::asio::windows::basic_object_handle::initiate_async_wait
/third_party/boost/boost/asio/posix/
Dbasic_stream_descriptor.hpp46 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor
401 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor::initiate_async_write_some
434 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor::initiate_async_read_some
/third_party/boost/boost/asio/
Dsystem_context.hpp41 > executor_type; typedef in boost::asio::system_context
Dbasic_io_object.hpp102 typedef boost::asio::io_context::executor_type executor_type; typedef in boost::asio::basic_io_object
215 typedef boost::asio::io_context::executor_type executor_type; typedef in boost::asio::basic_io_object
Dexecutor_work_guard.hpp51 typedef Executor executor_type; typedef in boost::asio::executor_work_guard
137 typedef Executor executor_type; typedef in boost::asio::executor_work_guard
Dbasic_datagram_socket.hpp56 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket
1078 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket::initiate_async_send
1112 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket::initiate_async_send_to
1146 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket::initiate_async_receive
1180 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket::initiate_async_receive_from
Dbasic_raw_socket.hpp56 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket
1069 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket::initiate_async_send
1103 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket::initiate_async_send_to
1137 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket::initiate_async_receive
1171 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket::initiate_async_receive_from
Dawaitable.hpp58 typedef Executor executor_type; typedef in boost::asio::awaitable
Dbasic_seq_packet_socket.hpp54 typedef Executor executor_type; typedef in boost::asio::basic_seq_packet_socket
691 typedef Executor executor_type; typedef in boost::asio::basic_seq_packet_socket::initiate_async_send
725 typedef Executor executor_type; typedef in boost::asio::basic_seq_packet_socket::initiate_async_receive_with_flags
/third_party/boost/boost/process/
Dasync_pipe.hpp50 typedef typename handle_type::executor_type executor_type; typedef in boost::process::async_pipe
/third_party/boost/boost/beast/_experimental/http/
Dicy_stream.hpp84 using executor_type = typename next_layer_type::executor_type; typedef in boost::beast::http::icy_stream
/third_party/boost/libs/asio/example/cpp11/executors/
Dpriority_scheduler.cpp17 class executor_type class in priority_scheduler
20 executor_type(priority_scheduler& ctx, int pri) noexcept in executor_type() function in priority_scheduler::executor_type
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dpriority_scheduler.cpp17 class executor_type class in priority_scheduler
20 executor_type(priority_scheduler& ctx, int pri) noexcept in executor_type() function in priority_scheduler::executor_type
/third_party/boost/boost/beast/core/detail/
Dwork_guard.hpp37 using executor_type = decltype( typedef
/third_party/grpc/src/core/lib/iomgr/
Dexecutor.cc408 ExecutorType executor_type, ExecutorJobType job_type) { in Run()
446 bool Executor::IsThreaded(ExecutorType executor_type) { in IsThreaded()

1234