Searched refs:__contention_state (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Datomic.cpp90 __cxx_atomic_contention_t __contention_state; variable
93 __contention_state(0), __platform_state(0) { }
108 static void __libcpp_contention_notify(__cxx_atomic_contention_t volatile* __contention_state, argument
112 if(0 != __cxx_atomic_load(__contention_state, memory_order_seq_cst))
116 static __cxx_contention_t __libcpp_contention_monitor_for_wait(__cxx_atomic_contention_t volatile* __contention_state, argument
122 static void __libcpp_contention_wait(__cxx_atomic_contention_t volatile* __contention_state, argument
126 __cxx_atomic_fetch_add(__contention_state, __cxx_contention_t(1), memory_order_seq_cst);
129 __cxx_atomic_fetch_sub(__contention_state, __cxx_contention_t(1), memory_order_release);
140 __libcpp_contention_notify(&__entry->__contention_state,
154 return __libcpp_contention_monitor_for_wait(&__entry->__contention_state,
[all...]

Completed in 50 milliseconds