Searched defs:atomic_compare_exchange_weak (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_atomic_clang.h | 88 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
H A D | sanitizer_atomic_msvc.h | 257 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_atomic_clang.h | 86 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
H A D | sanitizer_atomic_msvc.h | 255 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_atomic_clang.h | 87 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
H A D | sanitizer_atomic_msvc.h | 247 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | stdatomic.h |
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | stdatomic.h | 129 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stdatomic.h | 186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stdatomic.h | 186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/ |
H A D | stdatomic.h | 221 #define atomic_compare_exchange_weak(obj, expected, desired) \ macro
|
/netbsd-src/external/mpl/dhcp/bind/include/isc/ |
H A D | stdatomic.h | 219 #define atomic_compare_exchange_weak(obj, expected, desired) \ macro
|