Searched refs:atomic_compare_exchange_weak_explicit (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/test/libcxx/atomics/ |
D | diagnose_invalid_memory_order.fail.cpp | 92 …std::atomic_compare_exchange_weak_explicit(&x, &val1, val2, std::memory_order_seq_cst, std::memory… in main() 93 …std::atomic_compare_exchange_weak_explicit(&x, &val1, val2, std::memory_order_seq_cst, std::memory… in main() 94 …std::atomic_compare_exchange_weak_explicit(&vx, &val1, val2, std::memory_order_seq_cst, std::memor… in main() 95 …std::atomic_compare_exchange_weak_explicit(&vx, &val1, val2, std::memory_order_seq_cst, std::memor… in main() 97 …std::atomic_compare_exchange_weak_explicit(&x, &val1, val2, std::memory_order_seq_cst, std::memory… in main() 98 …std::atomic_compare_exchange_weak_explicit(&x, &val1, val2, std::memory_order_seq_cst, std::memory… in main() 99 …std::atomic_compare_exchange_weak_explicit(&x, &val1, val2, std::memory_order_seq_cst, std::memory… in main() 100 …std::atomic_compare_exchange_weak_explicit(&x, &val1, val2, std::memory_order_seq_cst, std::memory… in main()
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/ |
D | atomic_compare_exchange_weak_explicit.pass.cpp | 40 bool b = std::atomic_compare_exchange_weak_explicit(&p, &v, w, in main() 52 bool b = std::atomic_compare_exchange_weak_explicit(&p, &v, w, in main()
|
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_compare_exchange_weak_explicit.pass.cpp | 46 assert(std::atomic_compare_exchange_weak_explicit(&a, &t, T(3), in operator ()() 60 assert(std::atomic_compare_exchange_weak_explicit(&a, &t, T(3), in operator ()()
|
/external/libcxx/test/support/ |
D | cmpxchg_loop.h | 53 if (std::atomic_compare_exchange_weak_explicit(atomic, expected, desired, in c_cmpxchg_weak_loop()
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | AtomicCompareExchangeExplicit_cl20.ll | 16 ;; atomic_compare_exchange_weak_explicit(object, expected, desired, 20 ;; atomic_compare_exchange_weak_explicit(object, expected, desired,
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | atomic_c11.h | 50 return atomic_compare_exchange_weak_explicit(a, expected, \
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 144 #define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak macro
|
D | opencl-c.h | 15010 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_int *object, int *expected, 15012 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_int *object, int *expected, 15015 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_uint *object, uint *expected, 15017 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_uint *object, uint *expected, 15025 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_float *object, float *expected, 15027 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_float *object, float *expected, 15037 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_double *object, double *expected, 15039 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_double *object, double *expected, 15048 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_long *object, long *expected, 15050 bool __ovld atomic_compare_exchange_weak_explicit(volatile atomic_long *object, long *expected, [all …]
|
/external/libcxx/include/ |
D | atomic | 348 atomic_compare_exchange_weak_explicit(volatile atomic<T>* obj, T* expc, 354 atomic_compare_exchange_weak_explicit(atomic<T>* obj, T* expc, T desr, 1345 // atomic_compare_exchange_weak_explicit 1350 atomic_compare_exchange_weak_explicit(volatile atomic<_Tp>* __o, _Tp* __e, 1361 atomic_compare_exchange_weak_explicit(atomic<_Tp>* __o, _Tp* __e, _Tp __d,
|
D | memory | 622 atomic_compare_exchange_weak_explicit(shared_ptr<T>* p, shared_ptr<T>* v, 5530 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v,
|
/external/clang/test/Sema/ |
D | atomic-ops.c | 242 atomic_compare_exchange_weak_explicit(&n, &k, k, memory_order_seq_cst, memory_order_acquire); in f()
|