Searched refs:get_scheduler_t (Results 1 – 13 of 13) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __schedulers.hpp | 101 requires tag_invocable<get_scheduler_t, const _Env&> 102 inline auto get_scheduler_t::operator()(const _Env& __env) const noexcept in operator ()() 103 -> tag_invoke_result_t<get_scheduler_t, const _Env&> in operator ()() 105 static_assert(nothrow_tag_invocable<get_scheduler_t, const _Env&>); in operator ()() 106 static_assert(scheduler<tag_invoke_result_t<get_scheduler_t, const _Env&>>); in operator ()() 107 return tag_invoke(get_scheduler_t{}, __env); in operator ()()
|
H A D | __execution_fwd.hpp | 93 struct get_scheduler_t; 108 using __queries::get_scheduler_t; 115 extern const get_scheduler_t get_scheduler;
|
H A D | __env.hpp | 179 struct get_scheduler_t : __query<get_scheduler_t> struct 187 requires tag_invocable<get_scheduler_t, const _Env&> 189 -> tag_invoke_result_t<get_scheduler_t, const _Env&>; 191 template <class _Tag = get_scheduler_t> 366 using __queries::get_scheduler_t; 377 inline constexpr get_scheduler_t get_scheduler{};
|
H A D | __p2300.hpp | 84 using get_scheduler_t STDEXEC_STD_DEPRECATED = stdexec::get_scheduler_t; typedef 90 inline constexpr stdexec::get_scheduler_t get_scheduler{};
|
H A D | __read_env.hpp | 144 inline auto get_scheduler_t::operator()() const noexcept in operator ()()
|
H A D | __on.hpp | 91 auto query(get_scheduler_t) const noexcept -> _Scheduler in query()
|
H A D | __transform_sender.hpp | 309 __decays_to<__call_result_t<get_scheduler_t, _Env>, _Scheduler>;
|
H A D | __sync_wait.hpp | 53 auto query(get_scheduler_t) const noexcept -> run_loop::__scheduler in query()
|
H A D | __domain.hpp | 291 else if constexpr (__callable<__composed<get_domain_t, get_scheduler_t>, in operator ()()
|
H A D | __let.hpp | 151 prop<get_scheduler_t, _Scheduler>,
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | at_coroutine_exit.hpp | 209 auto query(get_scheduler_t) const noexcept -> __any_scheduler in query()
|
H A D | task.hpp | 136 auto query(get_scheduler_t) const noexcept -> const __any_scheduler& in query()
|
H A D | async_scope.hpp | 805 auto query(get_scheduler_t) const noexcept -> __inln::__scheduler in query()
|