Searched refs:atomic_compare_exchange_weak (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h41 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
56 if (atomic_compare_exchange_weak(&head_, &cmp, xch,
H A Dsanitizer_persistent_allocator.h40 if (atomic_compare_exchange_weak(&region_pos, &cmp, cmp + size,
H A Dsanitizer_atomic_clang.h87 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
H A Dsanitizer_mutex.h156 atomic_compare_exchange_weak(&state_, &cmp, kWriteLock,
H A Dsanitizer_atomic_msvc.h247 INLINE bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
H A Dsanitizer_stackdepotbase.h79 atomic_compare_exchange_weak(p, &cmp, cmp | 1, memory_order_acquire))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h129 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h13607 // atomic_compare_exchange_strong() and atomic_compare_exchange_weak()
13619 bool __ovld atomic_compare_exchange_weak(volatile atomic_int *object, int *expected, int desired);
13624 bool __ovld atomic_compare_exchange_weak(volatile atomic_uint *object, uint *expected, uint desired);
13634 bool __ovld atomic_compare_exchange_weak(volatile atomic_float *object, float *expected, float desired);
13646 bool __ovld atomic_compare_exchange_weak(volatile atomic_double *object, double *expected, double desired);
13657 bool __ovld atomic_compare_exchange_weak(volatile atomic_long *object, long *expected, long desired);
13667 bool __ovld atomic_compare_exchange_weak(volatile atomic_ulong *object, ulong *expected, ulong desired);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h110 inline bool atomic_compare_exchange_weak(volatile T *A, typename T::Type *Cmp, function in namespace:scudo
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cpp237 if (atomic_compare_exchange_weak(&state_, &cmp, kWriteLock,
/freebsd-13-stable/sys/sys/
H A Dstdatomic.h345 #define atomic_compare_exchange_weak(object, expected, desired) \ macro
/freebsd-13-stable/share/man/man3/
H A DMakefile77 ATOMIC_VAR_INIT.3 atomic_compare_exchange_weak.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp640 if (!atomic_compare_exchange_weak(&RssLastCheckedAtNS, &LastCheck,

Completed in 196 milliseconds