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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h86 inline bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h247 inline bool atomic_compare_exchange_weak(volatile T *a, function in namespace:__sanitizer
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dstdatomic.h142 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) macro
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dshared_ptr.h2045 atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, shared_ptr<_Tp> __w) function

Completed in 81 milliseconds