Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_atomic_clang.h89 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
HDsanitizer_atomic_msvc.h252 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDstdatomic.h143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
/NextBSD/sys/sys/
HDstdatomic.h346 #define atomic_compare_exchange_weak(object, expected, desired) \ macro