Home
last modified time | relevance | path

Searched defs:__state (Results 1 – 7 of 7) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__read_env.hpp62 struct __state struct
64 using __query = _Tag;
65 using __result = _Ty;
66 __optional<_Ty> __result_;
71 struct __state<_Tag, _Ty> struct
73 using __query = _Tag;
74 using __result = _Ty;
H A D__schedule_from.hpp121 auto __make_visitor_fn(_State* __state) noexcept in __make_visitor_fn()
178 struct __state : struct
183 using __variant_t = __variant_for<__child_of<_Sexpr>, env_of_t<_Receiver>>;
184 using __receiver2_t = __receiver2<_Scheduler, _Sexpr, _Receiver>;
186 __variant_t __data_;
187 connect_result_t<schedule_result_t<_Scheduler>, __receiver2_t> __state2_;
189 explicit __state(_Scheduler __sched) : in __state() function
H A D__sync_wait.hpp85 struct __state struct
87 std::exception_ptr __eptr_;
88 run_loop __loop_;
H A D__write_env.hpp54 return [&](__ignore, const auto& __state, __ignore) noexcept { in __transform_env_fn()
H A D__let.hpp589 _State& __state = __op_state.__state_; in __bind() local
H A D__basic_sender.hpp280 void* __state = static_cast<_State*>(this); in __receiver() local
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp376 auto __state = std::move(__state_); in __complete_() local
453 std::unique_ptr<__future_state<_Sender, _Env>> __state) : in __t()
622 auto& __state = *__state_; in __dispatch_result_() local
646 auto& __state = *__state_; in __save_completion() local
664 auto& __state = *__state_; in set_value() local
673 auto& __state = *__state_; in set_error() local
681 auto& __state = *__state_; in set_stopped() local
777 std::unique_ptr<__future_state<_Sender, _Env>> __state) noexcept : in __t()
939 auto __state = local