Home
last modified time | relevance | path

Searched refs:on_t (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__on.hpp58 struct on_t;
105 struct on_t struct
113 __domain, __make_sexpr<on_t>(static_cast<_Scheduler&&>(__sched), in operator ()()
125 __make_sexpr<on_t>(__on_data{static_cast<_Scheduler&&>(__sched), in operator ()()
134 return __binder_back<on_t, __decay_t<_Scheduler>, __decay_t<_Closure>>{ in operator ()()
250 using __on_v2::on_t;
251 inline constexpr on_t on{};
253 using continue_on_t = v2::on_t;
258 struct __sexpr_impl<v2::on_t> : __sexpr_defaults
H A D__execution_fwd.hpp218 using on_t [[deprecated("on_t has been renamed starts_on_t")]] = starts_on_t; typedef
289 struct on_t;
294 using __on_v2::on_t;
H A D__start_on.hpp108 using on_t = start_on_t; typedef
109 inline constexpr on_t on{};
H A D__starts_on.hpp111 using on_t = starts_on_t; typedef
H A D__p2300.hpp253 using on_t STDEXEC_STD_DEPRECATED = stdexec::on_t; typedef