Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h99 __state_t __curent_state = __state_.load(std::memory_order_acquire); in __stop_possible_for_stop_token() local
100 …return ((__curent_state & __stop_requested_bit) != 0) || ((__curent_state >> __stop_source_counter… in __stop_possible_for_stop_token()