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

/external/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.h157 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, function in namespace:__sanitizer
164 INLINE u16 atomic_exchange(volatile atomic_uint16_t *a, function in namespace:__sanitizer
171 INLINE u32 atomic_exchange(volatile atomic_uint32_t *a, function in namespace:__sanitizer
/external/clang/lib/Headers/
H A Dstdatomic.h137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro

Completed in 143 milliseconds