Searched refs:atomic_compare_exchange_weak (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_lfstack.h | 42 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Push() 57 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Pop()
|
D | sanitizer_stackdepot.cc | 78 if (atomic_compare_exchange_weak( in tryallocDesc() 129 && atomic_compare_exchange_weak(p, &cmp, cmp | 1, in lock()
|
D | sanitizer_atomic_clang.h | 115 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
D | sanitizer_atomic_msvc.h | 151 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.cc | 222 if (atomic_compare_exchange_weak(&state_, &cmp, kWriteLock, in Lock()
|
D | tsan_mman.cc | 46 if (atomic_compare_exchange_weak(a, &v, v | 1, memory_order_acquire)) in Lock()
|