Home
last modified time | relevance | path

Searched defs:atomic_compare_exchange_weak (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h89 inline bool atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, in atomic_compare_exchange_weak() function
H A Dsanitizer_atomic_msvc.h247 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h153 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
/freebsd/sys/sys/
H A Dstdatomic.h349 #define atomic_compare_exchange_weak(object, expected, desired) \ macro