Home
last modified time | relevance | path

Searched refs:underlying_executor (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/thread/executors/
Dscheduler.hpp89 Executor& underlying_executor() in underlying_executor() function in boost::executors::resubmit_at_executor
137 Executor& underlying_executor() in underlying_executor() function in boost::executors::scheduler_executor_wrapper
Dscheduling_adaptor.hpp45 Executor& underlying_executor() in underlying_executor() function in boost::executors::scheduling_adaptor
Dserial_executor_cont.hpp72 generic_executor_ref& underlying_executor() BOOST_NOEXCEPT { return ex_; } in underlying_executor() function in boost::executors::serial_executor_cont
Dexecutor_adaptor.hpp77 Executor& underlying_executor() { return ex; } in underlying_executor() function in boost::executors::executor_adaptor
Dserial_executor.hpp68 generic_executor_ref& underlying_executor() BOOST_NOEXCEPT { return ex; } in underlying_executor() function in boost::executors::serial_executor
/third_party/boost/libs/thread/doc/
Dasync_executors.qbk582 Executor& underlying_executor() noexcept;
626 [section:underlying_executor Function member `underlying_executor()`]
628 Executor& underlying_executor() noexcept;
933 Executor& underlying_executor();
992 [section:underlying_executor Function member `underlying_executor()`]
994 Executor& underlying_executor() noexcept;
1079 Executor& underlying_executor();
1124 [section:underlying_executor Function member `underlying_executor()`]
1126 Executor& underlying_executor() noexcept;
1217 Executor& underlying_executor() noexcept;
[all …]
/third_party/boost/libs/thread/example/
Dexecutor.cpp125 ea2.underlying_executor().run_queued_closures(); in test_executor_adaptor()