Searched defs:atomic_compare_exchange_strong (Results 1 – 5 of 5) sorted by relevance
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_atomic_msvc.h | 178 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint8_t *a, in atomic_compare_exchange_strong() function 204 INLINE bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong() function 217 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint16_t *a, in atomic_compare_exchange_strong() function 230 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint32_t *a, in atomic_compare_exchange_strong() function 243 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint64_t *a, in atomic_compare_exchange_strong() function
|
| D | sanitizer_atomic_clang.h | 75 INLINE bool atomic_compare_exchange_strong(volatile T *a, in atomic_compare_exchange_strong() function
|
| /external/scudo/standalone/ |
| D | atomic_helpers.h | 116 inline bool atomic_compare_exchange_strong(volatile T *A, typename T::Type *Cmp, in atomic_compare_exchange_strong() function
|
| /external/clang/lib/Headers/ |
| D | stdatomic.h | 140 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… macro
|
| /external/elfutils/lib/ |
| D | stdatomic-fbsd.h | 374 #define atomic_compare_exchange_strong(object, expected, desired) \ macro
|