Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp560 struct __future_state_base struct
562 __future_state_base(_Env __env, const __impl* __scope) : in __future_state_base() argument
570 ~__future_state_base() in ~__future_state_base()
588 void __step_from_to_(std::unique_lock<std::mutex>& __guard, in __step_from_to_()
596 inplace_stop_source __stop_source_;
598 __forward_scope_;
599 std::mutex __mutex_;
600 __future_step __step_ = __future_step::__created;
602 __no_future_;
603 __completions_as_variant<_Completions> __data_;
[all …]