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__schedule_from.hpp137 struct __state struct
140 using __variant_t = __results_of<__child_of<_Sexpr>, env_of_t<_Receiver>>;
141 using __receiver2_t = __receiver2<_Scheduler, _Sexpr, _Receiver>;
143 __variant_t __data_;
144 connect_result_t<schedule_result_t<_Scheduler>, __receiver2_t> __state2_;
146 explicit __state(_Scheduler __sched) in __state() argument
H A D__read_env.hpp60 struct __state { struct
61 using __query = _Tag;
62 using __result = _Ty;
63 __optional<_Ty> __result_;
68 struct __state<_Tag, _Ty> { struct
69 using __query = _Tag;
70 using __result = _Ty;
H A D__sync_wait.hpp89 struct __state { struct
90 std::exception_ptr __eptr_;
91 run_loop __loop_;
H A D__write_env.hpp46 return [&](__ignore, const auto& __state, __ignore) noexcept { in STDEXEC_ATTRIBUTE()
H A D__let.hpp540 _State& __state = __op_state.__state_; in __bind() local
H A D__basic_sender.hpp205 void* __state = static_cast<_State*>(this); in __receiver() local
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp382 _Receiver2&& __rcvr, std::unique_ptr<__future_state<_Sender, _Env>> __state) in __t()
530 auto& __state = *__state_; in __dispatch_result_() local
550 auto& __state = *__state_; in __save_completion() local
563 auto& __state = *__state_; in set_value() local
571 auto& __state = *__state_; in set_error() local
578 auto& __state = *__state_; in set_stopped() local
670 explicit __t(std::unique_ptr<__future_state<_Sender, _Env>> __state) noexcept in __t()
817 auto __state = std::make_unique<__state_t>( local