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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h89 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h257 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
/external/clang/test/Sema/
H A Datomic-ops.c240 atomic_compare_exchange_weak(&n, &k, k); member in struct:s2
/external/clang/lib/Headers/
H A Dstdatomic.h143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro

Completed in 162 milliseconds