/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __receivers.hpp | 103 struct set_stopped_t struct 109 template <__same_as<set_stopped_t> _Self, class _Receiver> 124 requires tag_invocable<set_stopped_t, _Receiver> 128 static_assert(nothrow_tag_invocable<set_stopped_t, _Receiver>); in operator ()() 129 (void)tag_invoke(stdexec::set_stopped_t{}, in operator ()() 136 using __rcvrs::set_stopped_t; 140 inline constexpr set_stopped_t set_stopped{};
|
H A D | __transform_completion_signatures.hpp | 153 auto __transform_sig(set_stopped_t (*)()) -> _SetStp; 198 _Else<set_stopped_t>, _Variant, _More...>; 209 _Else<set_stopped_t>, _Variant, _More...>; 213 struct __gather_sigs_fn<set_stopped_t> 319 class _StoppedSigs = completion_signatures<set_stopped_t()>> 330 class _StoppedSigs = completion_signatures<set_stopped_t()>> 352 class _SetStopped = completion_signatures<set_stopped_t()>> // 379 class _SetStopped = completion_signatures<set_stopped_t()>> 436 sender_in<_Sender, _Env...> && __sends<set_stopped_t, _Sender, _Env...>;
|
H A D | __execution_fwd.hpp | 35 struct set_stopped_t; 39 using __rcvrs::set_stopped_t; 43 extern const set_stopped_t set_stopped; 47 __one_of<_Tag, set_value_t, set_error_t, set_stopped_t>;
|
H A D | __upon_stopped.hpp | 44 __with_error_invoke_t<__on_not_callable, set_stopped_t, _Fun, 96 if constexpr (__same_as<_Tag, set_stopped_t>)
|
H A D | __p2300.hpp | 139 using set_stopped_t STDEXEC_STD_DEPRECATED = stdexec::set_stopped_t; typedef 145 inline constexpr stdexec::set_stopped_t set_stopped{}; 342 stdexec::completion_signatures<stdexec::set_stopped_t()>>
|
H A D | __completion_signatures.hpp | 36 inline constexpr bool __is_compl_sig<set_stopped_t()> = true;
|
H A D | __shared.hpp | 212 __sh_state_->__complete(set_stopped_t()); in set_stopped() 245 __tuple_for<set_stopped_t>>>::__f, 427 set_stopped_t()>, // NOT TO SPEC
|
H A D | __schedule_from.hpp | 83 __decay_value_sig, __decay_error_sig, set_stopped_t (*)(), 103 template <__one_of<set_value_t, set_stopped_t> _Tag>
|
H A D | __just.hpp | 87 using __tag_t = set_stopped_t;
|
H A D | __cpo.hpp | 135 using stdexec::set_stopped_t;
|
H A D | __receiver_ref.hpp | 126 (*__vtable_)(__op_state_, set_stopped_t()); in set_stopped()
|
H A D | __connect_awaitable.hpp | 238 set_error_t(std::exception_ptr), set_stopped_t()>;
|
H A D | __receiver_adaptor.hpp | 172 requires __callable<set_stopped_t, __base_t<_Self>>
|
H A D | __debug.hpp | 102 requires __one_of<set_stopped_t (*)(), _Sigs...> in set_stopped()
|
H A D | __run_loop.hpp | 121 set_stopped_t()>;
|
H A D | __when_all.hpp | 140 completion_signatures<set_stopped_t()>, 398 else if constexpr (__same_as<_Set, set_stopped_t>)
|
H A D | __env.hpp | 392 inline constexpr get_completion_scheduler_t<set_stopped_t> 393 get_completion_scheduler<set_stopped_t>{};
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | sequence_senders.hpp | 54 completion_signatures<set_value_t(), set_stopped_t()>>; 117 __callable<set_stopped_t, _Receiver>) in set_stopped() 302 stdexec::completion_signatures<stdexec::set_stopped_t()>, 352 completion_signatures<set_value_t(), set_stopped_t()>>; 511 stdexec::__callable<stdexec::set_stopped_t, _Receiver>);
|
H A D | at_coroutine_exit.hpp | 37 set_stopped_t()>> // 87 __mapply<__mremove<set_stopped_t(), __q<completion_signatures>>,
|
H A D | task.hpp | 45 set_stopped_t()> // 562 set_error_t(std::exception_ptr), set_stopped_t()>;
|
H A D | any_sender_of.hpp | 848 requires __one_of<set_stopped_t(), _Sigs...> in set_stopped() 850 const __any_::__rcvr_vfun<set_stopped_t()>* __vfun = __env_.__vtable_; in set_stopped() 937 requires __one_of<set_stopped_t(), _Sigs...> in set_stopped() 939 const __any_::__rcvr_vfun<set_stopped_t()>* __vfun = __env_.__vtable_; in set_stopped() 1042 requires __callable<set_stopped_t, _Receiver> in set_stopped() 1431 requires stdexec::tag_invocable<stdexec::set_stopped_t, __receiver_base> in set_stopped()
|
H A D | async_scope.hpp | 222 requires __callable<set_stopped_t, _Receiver> in set_stopped() 521 completion_signatures<set_stopped_t(), set_error_t(std::exception_ptr)>, 682 if (__save_completion(set_stopped_t())) in set_stopped()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | callback.hpp | 143 execution::set_stopped_t()>;
|
H A D | timer.hpp | 93 execution::set_stopped_t()>;
|
H A D | match.hpp | 135 execution::set_stopped_t()>;
|