Home
last modified time | relevance | path

Searched defs:atomic_exchange (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h157 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange() function
164 INLINE u16 atomic_exchange(volatile atomic_uint16_t *a, in atomic_exchange() function
171 INLINE u32 atomic_exchange(volatile atomic_uint32_t *a, in atomic_exchange() function
H A Dsanitizer_atomic_clang.h63 INLINE typename T::Type atomic_exchange(volatile T *a, in atomic_exchange() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_atomic_msvc.h155 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange() function
162 INLINE u16 atomic_exchange(volatile atomic_uint16_t *a, in atomic_exchange() function
169 INLINE u32 atomic_exchange(volatile atomic_uint32_t *a, in atomic_exchange() function
H A Dsanitizer_atomic_clang.h61 INLINE typename T::Type atomic_exchange(volatile T *a, in atomic_exchange() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_atomic_msvc.h147 inline u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange() function
154 inline u16 atomic_exchange(volatile atomic_uint16_t *a, in atomic_exchange() function
161 inline u32 atomic_exchange(volatile atomic_uint32_t *a, in atomic_exchange() function
H A Dsanitizer_atomic_clang.h62 inline typename T::Type atomic_exchange(volatile T *a, in atomic_exchange() 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.h123 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h156 #define atomic_exchange(PTR, VAL) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h156 #define atomic_exchange(PTR, VAL) \ macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h225 #define atomic_exchange(obj, desired) \ macro
/netbsd-src/external/mpl/dhcp/bind/include/isc/
H A Dstdatomic.h223 #define atomic_exchange(obj, desired) \ macro