Home
last modified time | relevance | path

Searched refs:__context_ (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp443 get_scheduler(__context_)), in await_transform()
457 auto __sched = get_scheduler(__context_); in await_transform()
468 __context_.set_scheduler(__box.__sched_); in await_transform()
486 return __self.__context_; in tag_invoke()
489 __context_t __context_; member
498 __context_{}; member
517 __context_.emplace(__coro_.promise().__context_, in await_suspend()
532 __context_.reset(); in await_resume()
H A Dexecution.hpp6839 __context_.__continue_ = __coro::noop_coroutine(); in __context_and_coro()
6840 __coro_ = __co_impl(__context_).__coro_; in __context_and_coro()
6848 __context __context_; member
6856 __c.__context_.__destroy_ = __destroy; in __impl()
6857 __c.__context_.__continue_ = __continue; in __impl()