Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_state.h41 static constexpr uint32_t __stop_requested_bit = 1; variable
92 return (__state_.load(std::memory_order_acquire) & __stop_requested_bit) != 0; in __stop_requested()
100 …return ((__curent_state & __stop_requested_bit) != 0) || ((__curent_state >> __stop_source_counter… in __stop_possible_for_stop_token()
143 if ((__state & __stop_requested_bit) != 0) { in __add_callback()
197 …to __lock_fail_condition = [](__state_t __state) { return (__state & __stop_requested_bit) != 0; }; in __try_lock_for_request_stop()
201 return __state | __callback_list_locked_bit | __stop_requested_bit; in __try_lock_for_request_stop()