Home
last modified time | relevance | path

Searched refs:__state_t (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp233 using __state_t = __state_type_t<__tag_t, _Sexpr, _Receiver>; typedef
236 STDEXEC_IMMOVABLE_NO_UNIQUE_ADDRESS __state_t __state_;
240 __nothrow_move_constructible<__state_t>) : in __op_base()
350 using __state_t = typename __op_state::__state_t; typedef
H A D__when_all.hpp50 enum __state_t enum
248 std::atomic<__state_t> __state_{__started};
400 __state_t __expected = __started;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp939 using __state_t = __future_state<nest_result_t<_Sender>, _Env>; typedef
941 std::make_unique<__state_t>(nest(static_cast<_Sender&&>(__sndr)),