Home
last modified time | relevance | path

Searched refs:ex_ (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/beast/test/beast/core/
Dbind_handler.cpp85 net::any_io_executor ex_; member in boost::beast::bind_handler_test::test_executor
99 net::io_context::executor_type ex_; member in boost::beast::bind_handler_test::test_executor
109 , ex_(ioc.get_executor()) in test_executor()
119 return ex_ == other.ex_; in operator ==()
125 return ex_ != other.ex_; in operator !=()
134 return net::query(ex_, c); in query()
148 return net::query(ex_, w); in query()
172 new_ex.ex_ = net::prefer(ex_, w); in prefer()
179 new_ex.ex_ = net::prefer(ex_, w); in prefer()
189 net::execution::execute(ex_, std::forward<F>(f)); in execute()
[all …]
Dtest_executor.hpp41 state(Executor const& ex_) in state()
42 : ex(ex_) in state()
Dbasic_stream.cpp65 state(Executor const& ex_) in state()
66 : ex(ex_) in state()
/third_party/boost/boost/thread/executors/
Dserial_executor_cont.hpp40 generic_executor_ref ex_; member in boost::executors::serial_executor_cont
72 generic_executor_ref& underlying_executor() BOOST_NOEXCEPT { return ex_; } in underlying_executor()
90 : ex_(ex), fut_(make_ready_future()), closed_(false) in serial_executor_cont()
151 fut_ = fut_.then(ex_, continuation(work(closure))); in submit()
158 fut_ = fut_.then(ex_, continuation(work(closure))); in submit()
166 fut_ = fut_.then(ex_, continuation(work(boost::forward<Closure>(closure)))); in submit()
Dgeneric_executor_ref.hpp36 executor_ref(Executor& ex_) : ex(ex_) {} in executor_ref() argument
102 generic_executor_ref(Executor& ex_) in generic_executor_ref() argument
104 : ex( new executor_ref<Executor>(ex_) ) in generic_executor_ref()
/third_party/boost/libs/asio/include/boost/asio/impl/
Ddispatch.hpp89 : ex_(ex) in initiate_dispatch_with_executor()
95 return ex_; in get_executor()
118 boost::asio::prefer(ex_, in operator ()()
142 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
148 boost::asio::prefer(ex_, in operator ()()
174 ex_.dispatch(BOOST_ASIO_MOVE_CAST(CompletionHandler)(handler), alloc); in operator ()()
195 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
200 ex_.dispatch(detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
206 Executor ex_; member in boost::asio::detail::initiate_dispatch_with_executor
Dpost.hpp92 : ex_(ex) in initiate_post_with_executor()
98 return ex_; in get_executor()
122 boost::asio::require(ex_, execution::blocking.never), in operator ()()
146 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
153 boost::asio::require(ex_, execution::blocking.never), in operator ()()
179 ex_.post(BOOST_ASIO_MOVE_CAST(CompletionHandler)(handler), alloc); in operator ()()
200 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
205 ex_.post(detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
211 Executor ex_; member in boost::asio::detail::initiate_post_with_executor
Ddefer.hpp92 : ex_(ex) in initiate_defer_with_executor()
98 return ex_; in get_executor()
122 boost::asio::require(ex_, execution::blocking.never), in operator ()()
146 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
153 boost::asio::require(ex_, execution::blocking.never), in operator ()()
179 ex_.defer(BOOST_ASIO_MOVE_CAST(CompletionHandler)(handler), alloc); in operator ()()
200 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
205 ex_.defer(detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
211 Executor ex_; member in boost::asio::detail::initiate_defer_with_executor
Dco_spawn.hpp170 : ex_(ex) in initiate_co_spawn()
176 return ex_; in get_executor()
185 ex_, std::forward<F>(f), std::forward<Handler>(handler)); in operator ()()
186 awaitable_handler<executor_type, void>(std::move(a), ex_).launch(); in operator ()()
190 Executor ex_; member in boost::asio::detail::initiate_co_spawn
/third_party/boost/boost/asio/impl/
Ddispatch.hpp89 : ex_(ex) in initiate_dispatch_with_executor()
95 return ex_; in get_executor()
118 boost::asio::prefer(ex_, in operator ()()
142 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
148 boost::asio::prefer(ex_, in operator ()()
174 ex_.dispatch(BOOST_ASIO_MOVE_CAST(CompletionHandler)(handler), alloc); in operator ()()
195 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
200 ex_.dispatch(detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
206 Executor ex_; member in boost::asio::detail::initiate_dispatch_with_executor
Ddefer.hpp92 : ex_(ex) in initiate_defer_with_executor()
98 return ex_; in get_executor()
122 boost::asio::require(ex_, execution::blocking.never), in operator ()()
146 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
153 boost::asio::require(ex_, execution::blocking.never), in operator ()()
179 ex_.defer(BOOST_ASIO_MOVE_CAST(CompletionHandler)(handler), alloc); in operator ()()
200 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
205 ex_.defer(detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
211 Executor ex_; member in boost::asio::detail::initiate_defer_with_executor
Dpost.hpp92 : ex_(ex) in initiate_post_with_executor()
98 return ex_; in get_executor()
122 boost::asio::require(ex_, execution::blocking.never), in operator ()()
146 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
153 boost::asio::require(ex_, execution::blocking.never), in operator ()()
179 ex_.post(BOOST_ASIO_MOVE_CAST(CompletionHandler)(handler), alloc); in operator ()()
200 handler_ex_t handler_ex((get_associated_executor)(handler, ex_)); in operator ()()
205 ex_.post(detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
211 Executor ex_; member in boost::asio::detail::initiate_post_with_executor
Dco_spawn.hpp170 : ex_(ex) in initiate_co_spawn()
176 return ex_; in get_executor()
185 ex_, std::forward<F>(f), std::forward<Handler>(handler)); in operator ()()
186 awaitable_handler<executor_type, void>(std::move(a), ex_).launch(); in operator ()()
190 Executor ex_; member in boost::asio::detail::initiate_co_spawn
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dwork_guard.hpp42 : ex_(net::prefer(exec, net::execution::outstanding_work.tracked)) in execution_work_guard()
50 BOOST_ASSERT(ex_.has_value()); in get_executor()
51 return *ex_; in get_executor()
56 ex_.reset(); in reset()
61 boost::optional<executor_type> ex_; member
/third_party/boost/boost/beast/core/detail/
Dwork_guard.hpp42 : ex_(net::prefer(exec, net::execution::outstanding_work.tracked)) in execution_work_guard()
50 BOOST_ASSERT(ex_.has_value()); in get_executor()
51 return *ex_; in get_executor()
56 ex_.reset(); in reset()
61 boost::optional<executor_type> ex_; member
/third_party/boost/libs/asio/include/boost/asio/execution/detail/
Das_operation.hpp36 typename remove_cvref<Executor>::type ex_; member
44 : ex_(BOOST_ASIO_MOVE_CAST(E)(e)), in as_operation()
59 BOOST_ASIO_MOVE_CAST(typename remove_cvref<Executor>::type)(ex_), in start()
/third_party/boost/boost/asio/execution/detail/
Das_operation.hpp36 typename remove_cvref<Executor>::type ex_; member
44 : ex_(BOOST_ASIO_MOVE_CAST(E)(e)), in as_operation()
59 BOOST_ASIO_MOVE_CAST(typename remove_cvref<Executor>::type)(ex_), in start()
/third_party/boost/libs/beast/example/http/client/crawl/
Dhttp_crawl.cpp151 net::strand<net::io_context::executor_type> ex_; member in worker
166 , ex_(net::make_strand(ioc.get_executor())) in worker()
167 , resolver_(ex_) in worker()
168 , stream_(ex_) in worker()
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dfork_join.cpp228 explicit join_guard(const fork_executor& ex) : ex_(ex) {} in join_guard()
231 ~join_guard() { ex_.join(); } in ~join_guard()
234 fork_executor ex_; member in join_guard
/third_party/boost/libs/asio/example/cpp14/executors/
Dfork_join.cpp228 explicit join_guard(const fork_executor& ex) : ex_(ex) {} in join_guard()
231 ~join_guard() { ex_.join(); } in ~join_guard()
234 fork_executor ex_; member in join_guard
/third_party/boost/libs/asio/example/cpp11/executors/
Dfork_join.cpp228 explicit join_guard(const fork_executor& ex) : ex_(ex) {} in join_guard()
231 ~join_guard() { ex_.join(); } in ~join_guard()
234 fork_executor ex_; member in join_guard
/third_party/boost/libs/asio/doc/
DJamfile.v241 install ex_$(l) : [ glob ../example/$(l)/*.*pp ] : <location>html/boost_asio/example/$(l) ;
/third_party/boost/boost/thread/
Dfuture.hpp172 executor_ptr_type ex_; member
186 ex_() in shared_state_base()
197 ex_() in shared_state_base()
212 return ex_; in get_executor()
218 ex_ = aex; in set_executor_policy()
223 ex_ = aex; in set_executor_policy()
228 ex_ = aex; in set_executor_policy()