Searched defs:atomic_compare_exchange_strong (Results 1 – 10 of 10) 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/llvm-project/compiler-rt/lib/sanitizer_common/ |
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
|
D | sanitizer_atomic_clang.h | 74 inline bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, in atomic_compare_exchange_strong() function
|
D | sanitizer_atomic_clang_mips.h | 65 inline bool atomic_compare_exchange_strong(volatile atomic_uint64_t *ptr, in atomic_compare_exchange_strong() function
|
/external/llvm-project/compiler-rt/lib/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/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/llvm-project/clang/lib/Headers/ |
D | stdatomic.h | 126 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… macro
|
/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
|