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

  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_or_explicit.pass.cpp 14 // atomic_fetch_or_explicit(volatile atomic<Integral>* obj, Integral op);
18 // atomic_fetch_or_explicit(atomic<Integral>* obj, Integral op);
32 assert(std::atomic_fetch_or_explicit(&t, T(2),
40 assert(std::atomic_fetch_or_explicit(&t, T(2),
Android.mk 35 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or_explicit
36 test_src := atomic_fetch_or_explicit.pass.cpp
  /bionic/libc/include/
stdatomic.h 81 using std::atomic_fetch_or_explicit;
411 #define atomic_fetch_or_explicit(object, operand, order) \
436 #define atomic_fetch_or_explicit(object, operand, order) \
485 #define atomic_fetch_or_explicit(object, operand, order) \
519 atomic_fetch_or_explicit(object, operand, memory_order_seq_cst)
  /development/ndk/platforms/android-L/include/
stdatomic.h 257 #define atomic_fetch_or_explicit(object, operand, order) \ macro
282 #define atomic_fetch_or_explicit(object, operand, order) \ macro
331 #define atomic_fetch_or_explicit(object, operand, order) \ macro
365 atomic_fetch_or_explicit(object, operand, memory_order_seq_cst)
  /bionic/tests/
stdatomic_test.cpp 154 ASSERT_EQ(0x120, atomic_fetch_or_explicit(&i, 0x003, memory_order_relaxed));

Completed in 36 milliseconds