Searched defs:__task (Results 1 – 5 of 5) sorted by relevance
41 struct __task : __immovable struct43 __task* __next_ = this;46 {51 void __execute() noexcept in __execute()229 for (__task* __task; (__task = __pop_front_()) != &__head_;) in run() local242 inline void run_loop::__push_back_(__task* __task) in __push_back_() argument
43 struct __task struct45 struct promise_type75 __coro::coroutine_handle<> __coro_;
147 class [[nodiscard]] __task class155 __task(__coro::coroutine_handle<__promise> __coro) noexcept : in __task() function in exec::__at_coro_exit::__task159 explicit __task(__coro::coroutine_handle<__promise> __coro) noexcept : in __task() function in exec::__at_coro_exit::__task164 __task(__task&& __that) noexcept : in __task() function in exec::__at_coro_exit::__task
44 struct __task : __immovable struct46 const __impl* __scope_;47 void (*__notify_waiter)(__task*) noexcept;48 __task* __next_ = nullptr;
38 namespace __task namespace