Home
last modified time | relevance | path

Searched defs:atomic_compare_exchange_weak (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_clang.h89 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
Dsanitizer_atomic_msvc.h257 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_clang.h87 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
Dsanitizer_atomic_msvc.h247 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
/external/llvm-project/clang/lib/Headers/
Dstdatomic.h129 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
/external/clang/lib/Headers/
Dstdatomic.h143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
/external/rust/crates/crossbeam-utils/src/atomic/
Datomic_cell.rs935 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/
Dstdatomic-fbsd.h377 #define atomic_compare_exchange_weak(object, expected, desired) \ macro