Home
last modified time | relevance | path

Searched refs:stop_callback_for_t (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__stop_token.hpp31 using stop_callback_for_t = typename _Token::template callback_type<_Callback>; typedef
52 && requires { typename stop_callback_for_t<_Token, _Callback>; } &&
54 constructible_from<stop_callback_for_t<_Token, _Callback>, const _Token&,
H A D__shared.hpp179 __optional<stop_callback_for_t<__stok_t, __local_state&>> __on_stop_{};
H A D__when_all.hpp204 stop_callback_for_t<_StopToken, __on_stop_request>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp270 stop_callback_for_t<__stop_token_t, __forward_stop_request>; in __default_awaiter_context()