Searched refs:atomic_compare_exchange_weak (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_mutex.h | 189 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()
|
| D | sanitizer_lfstack.h | 41 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Push() 56 if (atomic_compare_exchange_weak(&head_, &cmp, xch, in Pop()
|
| D | sanitizer_atomic_clang.h | 86 inline bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
|
| D | sanitizer_mutex.cpp | 39 if (atomic_compare_exchange_weak(&state_, &count, count - 1, in Wait()
|
| D | sanitizer_stackdepotbase.h | 97 atomic_compare_exchange_weak(p, &cmp, cmp | kLockMask, in lock()
|
| D | sanitizer_atomic_msvc.h | 247 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/ |
| D | sanitizer_atomic_test.cpp | 128 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/ |
| D | tsan_dense_alloc.h | 141 } 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/ |
| D | stdatomic.h | 142 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
|
| D | opencl-c.h | 14257 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/ |
| D | stdatomic.h | 198 using std::atomic_compare_exchange_weak _LIBCPP_USING_IF_EXISTS;
|
| D | atomic | 300 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…
|
| D | memory | 848 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/ |
| D | CSymbolMap.inc | 251 SYMBOL(atomic_compare_exchange_weak, None, <stdatomic.h>)
|
| D | StdSymbolMap.inc | 102 SYMBOL(atomic_compare_exchange_weak, std::, <atomic>)
|