Searched refs:atomic_wait (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | atomic.cppm | |
| H A D | atomic.inc | 55 using std::atomic_wait _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | atomic | 446 void atomic_wait(const volatile atomic<T>*, atomic<T>::value_type) noexcept; // since C++20 448 void atomic_wait(const atomic<T>*, atomic<T>::value_type) noexcept; // since C++20 560 void atomic_wait(const volatile atomic_flag* obj, T old) noexcept; // sinc… 561 void atomic_wait(const atomic_flag* obj, T old) noexcept; // sinc…
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | atomic | 446 void atomic_wait(const volatile atomic<T>*, atomic<T>::value_type) noexcept; 448 void atomic_wait(const atomic<T>*, atomic<T>::value_type) noexcept; 560 void atomic_wait(const volatile atomic_flag* obj, T old) noexcept; 561 void atomic_wait(const atomic_flag* obj, T old) noexcept;
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | int.h | 42 #define atomic_wait() pthread_cond_wait(&atomic_cv, &atomic_mtx) macro
|
| H A D | httpd.c | 723 atomic_wait(); in voss_httpd_streamer() 730 atomic_wait(); in voss_httpd_streamer()
|
| H A D | virtual_oss.c | 102 atomic_wait(); in vclient_read_linear() 132 atomic_wait(); in vclient_write_linear()
|
| H A D | main.c | 529 atomic_wait(); in vclient_close() 849 atomic_wait(); in vclient_read() 1047 atomic_wait(); in vclient_write_oss()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/ |
| H A D | atomic.h | 300 atomic_wait(const volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __v) _NOEXCEPT { 306 atomic_wait(const atomic<_Tp>* __o, typename atomic<_Tp>::value_type __v) _NOEXCEPT {
|
| /freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | atomic.h | 646 atomic_wait(const volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __v) _NOEXCEPT { 652 atomic_wait(const atomic<_Tp>* __o, typename atomic<_Tp>::value_type __v) _NOEXCEPT {
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 735 SYMBOL(atomic_wait, std::, <atomic>)
|