Searched refs:underlying_executor (Results 1 – 7 of 7) sorted by relevance
89 Executor& underlying_executor() in underlying_executor() function in boost::executors::resubmit_at_executor137 Executor& underlying_executor() in underlying_executor() function in boost::executors::scheduler_executor_wrapper
45 Executor& underlying_executor() in underlying_executor() function in boost::executors::scheduling_adaptor
72 generic_executor_ref& underlying_executor() BOOST_NOEXCEPT { return ex_; } in underlying_executor() function in boost::executors::serial_executor_cont
77 Executor& underlying_executor() { return ex; } in underlying_executor() function in boost::executors::executor_adaptor
68 generic_executor_ref& underlying_executor() BOOST_NOEXCEPT { return ex; } in underlying_executor() function in boost::executors::serial_executor
582 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 …]
125 ea2.underlying_executor().run_queued_closures(); in test_executor_adaptor()