Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__stop_token/
H A Datomic_unique_lock.h53 __atomic_unique_lock(std::atomic<_State> & __state,_Pred && __give_up_locking,_UnaryFunction && __state_after_lock,std::memory_order __locked_ordering) __atomic_unique_lock() argument
93 __lock_impl(_Pred && __give_up_locking,_UnaryFunction && __state_after_lock,std::memory_order __locked_ordering) __lock_impl() argument
H A Dstop_state.h213 const auto __locked_ordering = std::memory_order_acq_rel; in __try_lock_for_request_stop() local