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/rust/android-crates-io/crates/atomic/src/
Dops.rs175 pub unsafe fn atomic_compare_exchange_weak<T: NoUninit>( in atomic_compare_exchange_weak() function
/external/rust/android-crates-io/crates/portable-atomic/src/imp/atomic128/
Dpowerpc64.rs432 unsafe fn atomic_compare_exchange_weak( in atomic_compare_exchange_weak() function
Dintrinsics.rs193 unsafe fn atomic_compare_exchange_weak( in atomic_compare_exchange_weak() function
/external/clang/lib/Headers/
Dstdatomic.h143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
/external/rust/android-crates-io/crates/crossbeam-utils/src/atomic/
Datomic_cell.rs1133 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