Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp48 const inplace_stop_source* __source, // in __inplace_stop_callback_base()
50 __source_(__source), __execute_(__execute) in __inplace_stop_callback_base()
207 explicit inplace_stop_token(const inplace_stop_source* __source) noexcept : in inplace_stop_token() argument
208 __source_(__source) in inplace_stop_token()