/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_lfstack.h | 42 if (atomic_compare_exchange_weak(&head_, &cmp, xch, 57 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
|
sanitizer_persistent_allocator.h | 41 if (atomic_compare_exchange_weak(®ion_pos, &cmp, cmp + size,
|
sanitizer_atomic_clang.h | 88 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
|
sanitizer_mutex.h | 157 atomic_compare_exchange_weak(&state_, &cmp, kWriteLock,
|
sanitizer_atomic_msvc.h | 257 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
|
sanitizer_stackdepotbase.h | 80 atomic_compare_exchange_weak(p, &cmp, cmp | 1, memory_order_acquire))
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_atomic_test.cc | 111 EXPECT_TRUE(atomic_compare_exchange_weak((T*)&var, &old_val, new_val, 113 EXPECT_FALSE(atomic_compare_exchange_weak((T*)&var, &old_val, new_val,
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_mutex.cc | 238 if (atomic_compare_exchange_weak(&state_, &cmp, kWriteLock,
|