Searched defs:atomic_compare_exchange_strong (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h74 INLINE bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, function in namespace:__sanitizer
H A Dsanitizer_atomic_clang_mips.h65 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint64_t *ptr, function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h168 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint8_t *a, function in namespace:__sanitizer
194 INLINE bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, function in namespace:__sanitizer
207 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint16_t *a, function in namespace:__sanitizer
220 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint32_t *a, function in namespace:__sanitizer
233 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint64_t *a, function in namespace:__sanitizer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h102 inline bool atomic_compare_exchange_strong(volatile T *A, typename T::Type *Cmp, function in namespace:scudo
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h343 #define atomic_compare_exchange_strong(object, expected, desired) \ macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h126 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro

Completed in 229 milliseconds