Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange_weak (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h189 if (UNLIKELY(!atomic_compare_exchange_weak(&state_, &state, new_state, in Lock()
217 if (LIKELY(atomic_compare_exchange_weak( in TryLock()
245 } while (UNLIKELY(!atomic_compare_exchange_weak(&state_, &state, new_state, in Unlock()
273 if (UNLIKELY(!atomic_compare_exchange_weak(&state_, &state, new_state, in ReadLock()
304 } while (UNLIKELY(!atomic_compare_exchange_weak(&state_, &state, new_state, in ReadUnlock()
Dsanitizer_lfstack.h41 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Push()
56 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Pop()
Dsanitizer_atomic_clang.h86 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
Dsanitizer_mutex.cpp39 if (atomic_compare_exchange_weak(&state_, &count, count - 1, in Wait()
Dsanitizer_stackdepotbase.h97 atomic_compare_exchange_weak(p, &cmp, cmp | kLockMask, in lock()
Dsanitizer_atomic_msvc.h247 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_atomic_test.cpp128 EXPECT_TRUE(atomic_compare_exchange_weak((T*)&var, &old_val, new_val, in CheckAtomicCompareExchange()
130 EXPECT_FALSE(atomic_compare_exchange_weak((T*)&var, &old_val, new_val, in CheckAtomicCompareExchange()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h141 } while (!atomic_compare_exchange_weak(&freelist_, &cmp, xchg, in Refill()
166 } while (!atomic_compare_exchange_weak(&freelist_, &cmp, xchg, in Drain()
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dstdatomic.h142 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
Dopencl-c.h14257 bool __ovld atomic_compare_exchange_weak(volatile atomic_int *, int *, int);
14258 bool __ovld atomic_compare_exchange_weak(volatile atomic_uint *, uint *, uint);
14260 bool __ovld atomic_compare_exchange_weak(volatile atomic_float *, float *, float);
14264 bool __ovld atomic_compare_exchange_weak(volatile atomic_double *, double *, double);
14267 bool __ovld atomic_compare_exchange_weak(volatile atomic_long *, long *, long);
14269 bool __ovld atomic_compare_exchange_weak(volatile atomic_ulong *, ulong *, ulong);
14291 bool __ovld atomic_compare_exchange_weak(volatile __global atomic_int *, __global int *, int);
14292 bool __ovld atomic_compare_exchange_weak(volatile __global atomic_int *, __local int *, int);
14293 bool __ovld atomic_compare_exchange_weak(volatile __global atomic_int *, __private int *, int);
14294 bool __ovld atomic_compare_exchange_weak(volatile __local atomic_int *, __global int *, int);
[all …]
/openbsd/src/gnu/llvm/libcxx/include/
Dstdatomic.h198 using std::atomic_compare_exchange_weak _LIBCPP_USING_IF_EXISTS;
Datomic300 bool atomic_compare_exchange_weak(volatile atomic<T>*, atomic<T>::value_type*,
303 bool atomic_compare_exchange_weak(atomic<T>*, atomic<T>::value_type*,
1973 // atomic_compare_exchange_weak
1978 atomic_compare_exchange_weak(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type* __e, type…
1986 atomic_compare_exchange_weak(atomic<_Tp>* __o, typename atomic<_Tp>::value_type* __e, typename atom…
Dmemory848 atomic_compare_exchange_weak(shared_ptr<T>* p, shared_ptr<T>* v, shared_ptr<T> w);
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc251 SYMBOL(atomic_compare_exchange_weak, None, <stdatomic.h>)
DStdSymbolMap.inc102 SYMBOL(atomic_compare_exchange_weak, std::, <atomic>)