Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_token.h38 return __state_ != nullptr && __state_->__stop_requested(); in stop_requested()
H A Dstop_source.h74 return __state_ != nullptr && __state_->__stop_requested(); in stop_requested()
H A Dstop_state.h87 _LIBCPP_HIDE_FROM_ABI bool __stop_requested() const noexcept { in __stop_requested() function