Home
last modified time | relevance | path

Searched refs:__hcoro (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__as_awaitable.hpp184 __t(_Sender&& sndr, __coro::coroutine_handle<_Promise> __hcoro) // in __t()
187 __receiver{{&this->__result_, __hcoro}})) in __t()
279 auto __hcoro = in operator ()() local
282 __hcoro}; in operator ()()
H A D__with_awaitable_senders.hpp111 __coro::coroutine_handle<_OtherPromise> __hcoro) noexcept in set_continuation()
114 __continuation_ = __hcoro; in set_continuation()
H A D__connect_awaitable.hpp64 explicit __operation_base(__coro::coroutine_handle<> __hcoro) noexcept : in __operation_base()
65 __coro_(__hcoro) in __operation_base()