Searched refs:__curent_state (Results 1 – 1 of 1) sorted by relevance
99 __state_t __curent_state = __state_.load(std::memory_order_acquire); in __stop_possible_for_stop_token() local100 …return ((__curent_state & __stop_requested_bit) != 0) || ((__curent_state >> __stop_source_counter… in __stop_possible_for_stop_token()