Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_sync.h79 __libcpp_atomic_wait(void const volatile*, __cxx_contention_t) _NOEXCEPT;
88 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile*, __cxx_contention_t) _NOEXCEPT;
128 std::__libcpp_atomic_wait(__contention_address, __monitor_val);
/freebsd/contrib/llvm-project/libcxx/src/
H A Datomic.cpp183 __libcpp_atomic_wait(void const volatile* __location, __cxx_contention_t __old_value) noexcept { in __libcpp_atomic_wait() function
203 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile* __location, __cxx_contention_t __old… in __libcpp_atomic_wait() function