Searched refs:__notify_one (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | atomic.cpp | 62 …bcpp_platform_wake_by_address(__cxx_atomic_contention_t const volatile* __ptr, bool __notify_one) { in __libcpp_platform_wake_by_address() argument 63 _LIBCPP_FUTEX(__ptr, FUTEX_WAKE_PRIVATE, __notify_one ? 1 : INT_MAX, 0, 0, 0); in __libcpp_platform_wake_by_address() 82 …bcpp_platform_wake_by_address(__cxx_atomic_contention_t const volatile* __ptr, bool __notify_one) { 85 …UL_COMPARE_AND_WAIT64 | (__notify_one ? 0 : ULF_WAKE_ALL), const_cast<__cxx_atomic_contention_t*>(… 100 …bcpp_platform_wake_by_address(__cxx_atomic_contention_t const volatile* __ptr, bool __notify_one) { 101 …_umtx_op(const_cast<__cxx_atomic_contention_t*>(__ptr), UMTX_OP_WAKE, __notify_one ? 1 : INT_MAX, … 140 bool __notify_one) { in __libcpp_contention_notify() argument 143 __libcpp_platform_wake_by_address(__platform_state, __notify_one); in __libcpp_contention_notify()
|