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

/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Datomic.cpp135 static void __libcpp_atomic_notify(void const volatile* __location) argument
137 auto const __entry = __libcpp_contention_state(__location);
145 void __cxx_atomic_notify_one(void const volatile* __location) argument
146 { __libcpp_atomic_notify(__location); }
148 void __cxx_atomic_notify_all(void const volatile* __location) argument
149 { __libcpp_atomic_notify(__location); }
151 __cxx_contention_t __libcpp_atomic_monitor(void const volatile* __location) argument
153 auto const __entry = __libcpp_contention_state(__location);
157 void __libcpp_atomic_wait(void const volatile* __location, __cxx_contention_t __old_value) argument
159 auto const __entry = __libcpp_contention_state(__location);
167 __cxx_atomic_notify_one(__cxx_atomic_contention_t const volatile* __location) argument
172 __cxx_atomic_notify_all(__cxx_atomic_contention_t const volatile* __location) argument
177 __libcpp_atomic_monitor(__cxx_atomic_contention_t const volatile* __location) argument
182 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile* __location, __cxx_contention_t __old_value) argument
[all...]

Completed in 116 milliseconds