Home
last modified time | relevance | path

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 Dsanitizer_atomic_clang.h88 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
H A Dsanitizer_atomic_msvc.h257 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 Dsanitizer_atomic_clang.h86 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
H A Dsanitizer_atomic_msvc.h255 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 Dsanitizer_atomic_clang.h87 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
H A Dsanitizer_atomic_msvc.h247 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 Dstdatomic.h
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h129 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h221 #define atomic_compare_exchange_weak(obj, expected, desired) \ macro
/netbsd-src/external/mpl/dhcp/bind/include/isc/
H A Dstdatomic.h219 #define atomic_compare_exchange_weak(obj, expected, desired) \ macro