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

/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Datomic.cpp94 __cxx_atomic_contention_t __contention_state; variable
97 __contention_state(0), __platform_state(0) { }
112 static void __libcpp_contention_notify(__cxx_atomic_contention_t volatile* __contention_state, argument
116 if(0 != __cxx_atomic_load(__contention_state, memory_order_seq_cst))
120 static __cxx_contention_t __libcpp_contention_monitor_for_wait(__cxx_atomic_contention_t volatile* __contention_state, argument
126 static void __libcpp_contention_wait(__cxx_atomic_contention_t volatile* __contention_state, argument
130 __cxx_atomic_fetch_add(__contention_state, __cxx_contention_t(1), memory_order_seq_cst);
133 __cxx_atomic_fetch_sub(__contention_state, __cxx_contention_t(1), memory_order_release);
144 __libcpp_contention_notify(&__entry->__contention_state,
158 return __libcpp_contention_monitor_for_wait(&__entry->__contention_state,
[all...]

Completed in 188 milliseconds