HomeSort by relevance Sort by last modified time
    Searched refs:atomic_fetch_and_explicit (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_and_explicit.pass.cpp 14 // atomic_fetch_and_explicit(volatile atomic<Integral>* obj, Integral op);
18 // atomic_fetch_and_explicit(atomic<Integral>* obj, Integral op);
32 assert(std::atomic_fetch_and_explicit(&t, T(2),
40 assert(std::atomic_fetch_and_explicit(&t, T(2),
Android.mk 103 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and_explicit
104 test_src := atomic_fetch_and_explicit.pass.cpp
  /bionic/libc/include/
stdatomic.h 85 using std::atomic_fetch_and_explicit;
409 #define atomic_fetch_and_explicit(object, operand, order) \
434 #define atomic_fetch_and_explicit(object, operand, order) \
483 #define atomic_fetch_and_explicit(object, operand, order) \
517 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
  /development/ndk/platforms/android-L/include/
stdatomic.h 255 #define atomic_fetch_and_explicit(object, operand, order) \ macro
280 #define atomic_fetch_and_explicit(object, operand, order) \ macro
329 #define atomic_fetch_and_explicit(object, operand, order) \ macro
363 atomic_fetch_and_explicit(object, operand, memory_order_seq_cst)
  /bionic/tests/
stdatomic_test.cpp 168 ASSERT_EQ(0x003, atomic_fetch_and_explicit(&i, 0x2, memory_order_relaxed));

Completed in 36 milliseconds