Searched defs:atomic_compare_exchange_strong (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_atomic_msvc.h | 168 inline bool atomic_compare_exchange_strong(volatile atomic_uint8_t *a, in atomic_compare_exchange_strong() function 194 inline bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong() function 207 inline bool atomic_compare_exchange_strong(volatile atomic_uint16_t *a, in atomic_compare_exchange_strong() function 220 inline bool atomic_compare_exchange_strong(volatile atomic_uint32_t *a, in atomic_compare_exchange_strong() function 233 inline bool atomic_compare_exchange_strong(volatile atomic_uint64_t *a, in atomic_compare_exchange_strong() function
|
H A D | sanitizer_atomic_clang.h | 77 inline bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, in atomic_compare_exchange_strong() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | atomic_helpers.h | 116 inline bool atomic_compare_exchange_strong(volatile T *A, typename T::Type *Cmp, in atomic_compare_exchange_strong() function
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 150 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… macro
|
/freebsd/sys/sys/ |
H A D | stdatomic.h | 346 #define atomic_compare_exchange_strong(object, expected, desired) \ macro
|