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.hpp38 __coroutine_handle(__coro::coroutine_handle<_Promise> __coro) noexcept in __coroutine_handle() argument
78 __coroutine_handle(__coro::coroutine_handle<_Promise> __coro) noexcept in __coroutine_handle() argument
H A D__connect_awaitable.hpp75 auto __coro = __coro_; in ~__operation_base() local
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dat_coroutine_exit.hpp134 __task(__coro::coroutine_handle<__promise> __coro) noexcept in __task() argument
138 explicit __task(__coro::coroutine_handle<__promise> __coro) noexcept in __task() argument
173 auto __coro = __p.__is_unhandled_stopped_ ? __p.continuation().unhandled_stopped() in await_suspend() local
H A Dtask.hpp496 explicit basic_task(__coro::coroutine_handle<promise_type> __coro) noexcept in basic_task() argument