Home
last modified time | relevance | path

Searched defs:stop_possible (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__stop_token/
H A Dstop_token.h41 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_possible() const noexcept { in stop_possible() function
H A Dstop_source.h71 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI bool stop_possible() const noexcept { return __state_ != nullptr; } in stop_possible() function