Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange_weak (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_lfstack.h42 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Push()
57 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Pop()
Dsanitizer_stackdepot.cc78 if (atomic_compare_exchange_weak( in tryallocDesc()
129 && atomic_compare_exchange_weak(p, &cmp, cmp | 1, in lock()
Dsanitizer_atomic_clang.h115 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
Dsanitizer_atomic_msvc.h151 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc222 if (atomic_compare_exchange_weak(&state_, &cmp, kWriteLock, in Lock()
Dtsan_mman.cc46 if (atomic_compare_exchange_weak(a, &v, v | 1, memory_order_acquire)) in Lock()