Searched refs:atomic_fetch_and_explicit (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_fetch_and_explicit.pass.cpp | 34 assert(std::atomic_fetch_and_explicit(&t, T(2), in test() 42 assert(std::atomic_fetch_and_explicit(&t, T(2), in test()
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 159 #define atomic_fetch_and_explicit __c11_atomic_fetch_and macro
|
/external/libcxx/include/ |
D | atomic | 404 atomic_fetch_and_explicit(volatile atomic<Integral>* obj, Integral op, 408 atomic_fetch_and_explicit(atomic<Integral>* obj, Integral op, 1493 // atomic_fetch_and_explicit 1502 atomic_fetch_and_explicit(volatile atomic<_Tp>* __o, _Tp __op, memory_order __m) _NOEXCEPT 1514 atomic_fetch_and_explicit(atomic<_Tp>* __o, _Tp __op, memory_order __m) _NOEXCEPT
|
/external/clang/test/Sema/ |
D | atomic-ops.c | 243 k = atomic_fetch_and_explicit(&n, k, memory_order_acq_rel); in f()
|