Searched defs:atomic_compare_exchange_weak (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_clang.h | 89 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
D | sanitizer_atomic_msvc.h | 257 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_atomic_clang.h | 87 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
D | sanitizer_atomic_msvc.h | 247 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
/external/llvm-project/clang/lib/Headers/ |
D | stdatomic.h | 129 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
|
/external/rust/crates/crossbeam-utils/src/atomic/ |
D | atomic_cell.rs | 935 unsafe fn atomic_compare_exchange_weak<T>(dst: *mut T, mut current: T, new: T) -> Result<T, T> in atomic_compare_exchange_weak() function
|
/external/elfutils/lib/ |
D | stdatomic-fbsd.h | 377 #define atomic_compare_exchange_weak(object, expected, desired) \ macro
|