Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp245 explicit in_place_stop_callback(in_place_stop_token __token, in in_place_stop_callback() argument
249 __token.__source_, &in_place_stop_callback::__execute_impl_), in in_place_stop_callback()
461 requires(const _Token& __token) {
463 __token.stop_requested()
466 __token.stop_possible()
H A Dtask.hpp300 else if (auto __token = get_stop_token(get_env(__parent)); in __default_awaiter_context() local
301 __token.stop_possible()) in __default_awaiter_context()
304 std::move(__token), __forward_stop_request{__stop_source_}); in __default_awaiter_context()
H A Dsequence_senders.hpp129 auto __token = in tag_invoke() local
131 if (__token.stop_requested()) in tag_invoke()