Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp126 __scheduler_ = get_scheduler(get_env(__parent)); in __default_task_context_impl()
184 _ParentPromise& __parent) noexcept in __default_awaiter_context()
202 _ParentPromise& __parent) noexcept in __default_awaiter_context()
207 __stop_callback_{get_stop_token(get_env(__parent)), in __default_awaiter_context()
230 _ParentPromise& __parent) noexcept in __default_awaiter_context()
232 __self.__stop_token_ = get_stop_token(get_env(__parent)); in __default_awaiter_context()
256 _ParentPromise& __parent) noexcept in __default_awaiter_context()
263 _ParentPromise& __parent) in __default_awaiter_context()
276 else if (auto __token = get_stop_token(get_env(__parent)); in __default_awaiter_context()
503 __parent.promise()); in await_suspend()
[all …]
H A Dat_coroutine_exit.hpp168 auto await_suspend(__coro::coroutine_handle<_Promise> __parent) noexcept in await_suspend() argument
172 get_scheduler(get_env(__parent.promise())); in await_suspend()
173 __coro_.promise().set_continuation(__parent.promise().continuation()); in await_suspend()
174 __parent.promise().set_continuation(__coro_); in await_suspend()