Searched refs:__locked_ordering (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/ |
H A D | atomic_unique_lock.h | 54 std::memory_order __locked_ordering) noexcept in __atomic_unique_lock() 56 __is_locked_ = __lock_impl(__give_up_locking, __state_after_lock, __locked_ordering); in __atomic_unique_lock() 94 std::memory_order __locked_ordering) noexcept { in __lock_impl() 125 __locked_ordering, // sucessful exchange order. Usually it should be std::memory_order_acquire. in __lock_impl() 53 __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 D | stop_state.h | 213 const auto __locked_ordering = std::memory_order_acq_rel; in __try_lock_for_request_stop() local 215 …eturn __callback_list_lock(__state_, __lock_fail_condition, __after_lock_state, __locked_ordering); in __try_lock_for_request_stop()
|