Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h30 using __callback_fn_t = void(__stop_callback_base*) noexcept; member
31 …_LIBCPP_HIDE_FROM_ABI explicit __stop_callback_base(__callback_fn_t* __callback_fn) : __callback_f… in __stop_callback_base()
35 __callback_fn_t* __callback_fn_;