Home
last modified time | relevance | path

Searched refs:get_scheduler_t (Results 1 – 13 of 13) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__schedulers.hpp101 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.hpp93 struct get_scheduler_t;
108 using __queries::get_scheduler_t;
115 extern const get_scheduler_t get_scheduler;
H A D__env.hpp179 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.hpp84 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.hpp144 inline auto get_scheduler_t::operator()() const noexcept in operator ()()
H A D__on.hpp91 auto query(get_scheduler_t) const noexcept -> _Scheduler in query()
H A D__transform_sender.hpp309 __decays_to<__call_result_t<get_scheduler_t, _Env>, _Scheduler>;
H A D__sync_wait.hpp53 auto query(get_scheduler_t) const noexcept -> run_loop::__scheduler in query()
H A D__domain.hpp291 else if constexpr (__callable<__composed<get_domain_t, get_scheduler_t>, in operator ()()
H A D__let.hpp151 prop<get_scheduler_t, _Scheduler>,
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dat_coroutine_exit.hpp209 auto query(get_scheduler_t) const noexcept -> __any_scheduler in query()
H A Dtask.hpp136 auto query(get_scheduler_t) const noexcept -> const __any_scheduler& in query()
H A Dasync_scope.hpp805 auto query(get_scheduler_t) const noexcept -> __inln::__scheduler in query()