Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_token.h42 return __state_ != nullptr && __state_->__stop_possible_for_stop_token(); in stop_possible()
H A Dstop_state.h95 _LIBCPP_HIDE_FROM_ABI bool __stop_possible_for_stop_token() const noexcept { in __stop_possible_for_stop_token() function