Searched defs:__task (Results 1 – 5 of 5) sorted by relevance
38 struct __task : __immovable { struct39 __task* __next_ = this;41 union {46 void __execute() noexcept { in __execute()202 for (__task* __task; (__task = __pop_front_()) != &__head_;) { in run() local213 inline void run_loop::__push_back_(__task* __task) { in __push_back_() argument
38 struct __task { struct39 struct promise_type {62 __coro::coroutine_handle<> __coro_;
128 class [[nodiscard]] __task { class134 __task(__coro::coroutine_handle<__promise> __coro) noexcept in __task() function in exec::__at_coro_exit::__task138 explicit __task(__coro::coroutine_handle<__promise> __coro) noexcept in __task() function in exec::__at_coro_exit::__task143 __task(__task&& __that) noexcept in __task() function in exec::__at_coro_exit::__task
41 struct __task : __immovable { struct42 const __impl* __scope_;43 void (*__notify_waiter)(__task*) noexcept;44 __task* __next_ = nullptr;
36 namespace __task { namespace