Home
last modified time | relevance | path

Searched refs:set_stopped_t (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__receivers.hpp103 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.hpp153 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.hpp35 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.hpp44 __with_error_invoke_t<__on_not_callable, set_stopped_t, _Fun,
96 if constexpr (__same_as<_Tag, set_stopped_t>)
H A D__p2300.hpp139 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.hpp36 inline constexpr bool __is_compl_sig<set_stopped_t()> = true;
H A D__shared.hpp212 __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.hpp83 __decay_value_sig, __decay_error_sig, set_stopped_t (*)(),
103 template <__one_of<set_value_t, set_stopped_t> _Tag>
H A D__just.hpp87 using __tag_t = set_stopped_t;
H A D__cpo.hpp135 using stdexec::set_stopped_t;
H A D__receiver_ref.hpp126 (*__vtable_)(__op_state_, set_stopped_t()); in set_stopped()
H A D__connect_awaitable.hpp238 set_error_t(std::exception_ptr), set_stopped_t()>;
H A D__receiver_adaptor.hpp172 requires __callable<set_stopped_t, __base_t<_Self>>
H A D__debug.hpp102 requires __one_of<set_stopped_t (*)(), _Sigs...> in set_stopped()
H A D__run_loop.hpp121 set_stopped_t()>;
H A D__when_all.hpp140 completion_signatures<set_stopped_t()>,
398 else if constexpr (__same_as<_Set, set_stopped_t>)
H A D__env.hpp392 inline constexpr get_completion_scheduler_t<set_stopped_t>
393 get_completion_scheduler<set_stopped_t>{};
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp54 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 Dat_coroutine_exit.hpp37 set_stopped_t()>> //
87 __mapply<__mremove<set_stopped_t(), __q<completion_signatures>>,
H A Dtask.hpp45 set_stopped_t()> //
562 set_error_t(std::exception_ptr), set_stopped_t()>;
H A Dany_sender_of.hpp848 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 Dasync_scope.hpp222 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 Dcallback.hpp143 execution::set_stopped_t()>;
H A Dtimer.hpp93 execution::set_stopped_t()>;
H A Dmatch.hpp135 execution::set_stopped_t()>;

12