Home
last modified time | relevance | path

Searched refs:__entry (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/src/
H A Datomic.cpp142 auto const __entry = __libcpp_contention_state(__location); in __libcpp_atomic_notify() local
144 __cxx_atomic_fetch_add(&__entry->__platform_state, __cxx_contention_t(1), memory_order_release); in __libcpp_atomic_notify()
145 __libcpp_contention_notify(&__entry->__contention_state, in __libcpp_atomic_notify()
146 &__entry->__platform_state, in __libcpp_atomic_notify()
158 auto const __entry = __libcpp_contention_state(__location); in __libcpp_atomic_monitor() local
159 …return __libcpp_contention_monitor_for_wait(&__entry->__contention_state, &__entry->__platform_sta… in __libcpp_atomic_monitor()
164 auto const __entry = __libcpp_contention_state(__location); in __libcpp_atomic_wait() local
165 __libcpp_contention_wait(&__entry->__contention_state, &__entry->__platform_state, __old_value); in __libcpp_atomic_wait()