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

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Datomic.cpp91 __cxx_atomic_contention_t __platform_state; variable
93 __contention_state(0), __platform_state(0) { }
109 __cxx_atomic_contention_t const volatile* __platform_state,
114 __libcpp_platform_wake_by_address(__platform_state, __notify_one);
117 __cxx_atomic_contention_t const volatile* __platform_state)
120 return __cxx_atomic_load(__platform_state, memory_order_acquire);
123 __cxx_atomic_contention_t const volatile* __platform_state,
128 __libcpp_platform_wait_on_address(__platform_state, __old_value);
139 __cxx_atomic_fetch_add(&__entry->__platform_state, __cxx_contention_t(1), memory_order_release);
141 &__entry->__platform_state,
108 __libcpp_contention_notify(__cxx_atomic_contention_t volatile* __contention_state, __cxx_atomic_contention_t const volatile* __platform_state, bool __notify_one) argument
116 __libcpp_contention_monitor_for_wait(__cxx_atomic_contention_t volatile* __contention_state, __cxx_atomic_contention_t const volatile* __platform_state) argument
122 __libcpp_contention_wait(__cxx_atomic_contention_t volatile* __contention_state, __cxx_atomic_contention_t const volatile* __platform_state, __cxx_contention_t __old_value) argument
[all...]

Completed in 52 milliseconds