Searched defs:atomic_exchange (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h63 INLINE typename T::Type atomic_exchange(volatile T *a, function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h153 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, function in namespace:__sanitizer
160 INLINE u16 atomic_exchange(volatile atomic_uint16_t *a, function in namespace:__sanitizer
167 INLINE u32 atomic_exchange(volatile atomic_uint32_t *a, function in namespace:__sanitizer
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdatomic.h137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
/freebsd-11.0-release/sys/sys/
H A Dstdatomic.h349 #define atomic_exchange(object, desired) \ macro

Completed in 120 milliseconds