Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__run_loop.hpp41 struct __task : __immovable struct
43 __task* __next_ = this;
46 {
51 void __execute() noexcept in __execute()
229 for (__task* __task; (__task = __pop_front_()) != &__head_;) in run() local
242 inline void run_loop::__push_back_(__task* __task) in __push_back_() argument
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dcoroutine.hpp43 struct __task struct
45 struct promise_type
75 __coro::coroutine_handle<> __coro_;
H A Dat_coroutine_exit.hpp147 class [[nodiscard]] __task class
155 __task(__coro::coroutine_handle<__promise> __coro) noexcept : in __task() function in exec::__at_coro_exit::__task
159 explicit __task(__coro::coroutine_handle<__promise> __coro) noexcept : in __task() function in exec::__at_coro_exit::__task
164 __task(__task&& __that) noexcept : in __task() function in exec::__at_coro_exit::__task
H A Dasync_scope.hpp44 struct __task : __immovable struct
46 const __impl* __scope_;
47 void (*__notify_waiter)(__task*) noexcept;
48 __task* __next_ = nullptr;
H A Dtask.hpp38 namespace __task namespace