Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_sync.h66 __libcpp_atomic_wait(void const volatile*, __cxx_contention_t) _NOEXCEPT;
75 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile*, __cxx_contention_t) _NOEXCEPT;
115 std::__libcpp_atomic_wait(__contention_address, __monitor_val);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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.cpp186 __libcpp_atomic_wait(void const volatile* __location, __cxx_contention_t __old_value) noexcept { in __libcpp_atomic_wait() function
206 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile* __location, __cxx_contention_t __old… in __libcpp_atomic_wait() function