| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic_clang.h | 86 inline bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
|
| sanitizer_atomic_msvc.h | 247 inline bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_atomic_clang.h | 88 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
|
| sanitizer_atomic_msvc.h | 257 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic_clang.h | 87 inline bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
|
| sanitizer_atomic_msvc.h | 247 inline bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| shared_ptr.h | 587 bool atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2 590 { return std::atomic_compare_exchange_weak<_Tp>(__p, __v, __w); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| shared_ptr.h | 587 bool atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, function in namespace:experimental::fundamentals_v2 590 { return std::atomic_compare_exchange_weak<_Tp>(__p, __v, __w); }
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| shared_ptr_atomic.h | 313 atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, function 370 atomic_compare_exchange_weak(__shared_ptr<_Tp, _Lp>* __p, function
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| shared_ptr_atomic.h | 294 atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, function 347 atomic_compare_exchange_weak(__shared_ptr<_Tp, _Lp>* __p, function
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/ |
| stdatomic.h | 221 #define atomic_compare_exchange_weak(obj, expected, desired) \ macro
|
| /src/external/mpl/dhcp/bind/include/isc/ |
| stdatomic.h | 219 #define atomic_compare_exchange_weak(obj, expected, desired) \ macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| stdatomic.h | 129 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro
|
| /src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| shared_ptr.h | 1824 atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, shared_ptr<_Tp> __w) function 1846 return atomic_compare_exchange_weak(__p, __v, __w);
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| stdatomic.h | 194 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| stdatomic.h | 186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
|