Searched refs:get_completion_scheduler_t (Results 1 – 21 of 21) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __execution_fwd.hpp | 98 struct get_completion_scheduler_t; 105 using __queries::get_completion_scheduler_t; 120 extern const get_completion_scheduler_t<_CPO> get_completion_scheduler; 133 __callable<get_completion_scheduler_t<_CPO>, env_of_t<const _Sender&>>; 137 __call_result_t<get_completion_scheduler_t<_CPO>, env_of_t<const _Sender&>>;
|
H A D | __schedulers.hpp | 124 auto get_completion_scheduler_t<_Tag>::operator()( in operator ()() 126 -> tag_invoke_result_t<get_completion_scheduler_t<_Tag>, const _Env&> in operator ()() 129 nothrow_tag_invocable<get_completion_scheduler_t<_Tag>, const _Env&>, in operator ()() 132 scheduler<tag_invoke_result_t<get_completion_scheduler_t<_Tag>, in operator ()()
|
H A D | __continue_on.hpp | 79 get_completion_scheduler_t<set_value_t>( 82 get_completion_scheduler_t<set_value_t>(_Env)), 84 get_completion_scheduler_t<set_value_t>(_Env))>;
|
H A D | __env.hpp | 265 tag_invocable<get_completion_scheduler_t<_Tag>, const _Queryable&>; 268 struct get_completion_scheduler_t : __query<get_completion_scheduler_t<_Tag>> struct 277 -> tag_invoke_result_t<get_completion_scheduler_t<_Tag>, 362 using __queries::get_completion_scheduler_t; 383 inline constexpr get_completion_scheduler_t<_Tag> get_completion_scheduler{}; 386 inline constexpr get_completion_scheduler_t<set_value_t> 389 inline constexpr get_completion_scheduler_t<set_error_t> 392 inline constexpr get_completion_scheduler_t<set_stopped_t>
|
H A D | __schedule_from.hpp | 104 auto query(get_completion_scheduler_t<_Tag>) const noexcept in query() 210 schedule_from_t, get_completion_scheduler_t<set_value_t>(_Env&), 218 __decay_t<__call_result_t<get_completion_scheduler_t<set_value_t>,
|
H A D | __inline_scheduler.hpp | 61 constexpr auto query(get_completion_scheduler_t<set_value_t>) const noexcept in query()
|
H A D | __p2300.hpp | 220 using get_completion_scheduler_t STDEXEC_STD_DEPRECATED = typedef 221 stdexec::get_completion_scheduler_t<_Tag>; 224 STDEXEC_STD_DEPRECATED inline constexpr stdexec::get_completion_scheduler_t<
|
H A D | __start_detached.hpp | 94 get_completion_scheduler_t<set_value_t>(
|
H A D | __split.hpp | 66 get_completion_scheduler_t<set_value_t>(
|
H A D | __then.hpp | 73 get_completion_scheduler_t<set_value_t>(
|
H A D | __ensure_started.hpp | 74 get_completion_scheduler_t<set_value_t>(
|
H A D | __sync_wait.hpp | 278 get_completion_scheduler_t<set_value_t>(get_env_t(const _Sender&)), 368 get_completion_scheduler_t<set_value_t>(get_env_t(const _Sender&)),
|
H A D | __upon_error.hpp | 75 get_completion_scheduler_t<set_value_t>(
|
H A D | __upon_stopped.hpp | 76 get_completion_scheduler_t<set_value_t>(
|
H A D | __let.hpp | 55 query(get_completion_scheduler_t<set_value_t>) const noexcept in query() 270 __query_result_or_t<get_completion_scheduler_t<_Set>, env_of_t<_Sender>, 480 get_completion_scheduler_t<set_value_t>(
|
H A D | __bulk.hpp | 109 get_completion_scheduler_t<set_value_t>(
|
H A D | __run_loop.hpp | 145 auto query(get_completion_scheduler_t<_CPO>) const noexcept in query()
|
H A D | __when_all.hpp | 505 get_completion_scheduler_t<set_value_t>(const _Env&), _Sender...)>; 560 get_completion_scheduler_t<set_value_t>(const _Env&), _Sender...)>;
|
H A D | __transform_sender.hpp | 303 __call_result_t<get_completion_scheduler_t<_Tag>, env_of_t<_Sender>>,
|
H A D | __domain.hpp | 211 __meval_or<__call_result_t, __none_such, get_completion_scheduler_t<_Tag>,
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | any_sender_of.hpp | 1508 stdexec::get_completion_scheduler_t<stdexec::set_value_t>>>,
|