Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__with_awaitable_senders.hpp39 __continuation_handle(__coro::coroutine_handle<_Promise> __coro) noexcept : in __continuation_handle() argument
87 __continuation_handle(__coro::coroutine_handle<_Promise> __coro) noexcept : in __continuation_handle() argument
H A D__connect_awaitable.hpp83 auto __coro = __coro_; in ~__operation_base() local
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dat_coroutine_exit.hpp155 __task(__coro::coroutine_handle<__promise> __coro) noexcept : in __task() argument
159 explicit __task(__coro::coroutine_handle<__promise> __coro) noexcept : in __task() argument
202 auto __coro = __p.__is_unhandled_stopped_ in await_suspend() local
H A Dtask.hpp570 explicit basic_task(__coro::coroutine_handle<promise_type> __coro) noexcept in basic_task() argument