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

  /external/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_sub_explicit.pass.cpp 14 // atomic_fetch_sub_explicit(volatile atomic<Integral>* obj, Integral op,
18 // atomic_fetch_sub_explicit(atomic<Integral>* obj, Integral op,
23 // atomic_fetch_sub_explicit(volatile atomic<T*>* obj, ptrdiff_t op,
27 // atomic_fetch_sub_explicit(atomic<T*>* obj, ptrdiff_t op, memory_order m);
41 assert(std::atomic_fetch_sub_explicit(&t, T(2),
49 assert(std::atomic_fetch_sub_explicit(&t, T(2),
64 assert(std::atomic_fetch_sub_explicit(&t, 2,
73 assert(std::atomic_fetch_sub_explicit(&t, 2,
Android.mk 47 test_name := atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub_explicit
48 test_src := atomic_fetch_sub_explicit.pass.cpp
  /bionic/libc/include/
stdatomic.h 79 using std::atomic_fetch_sub_explicit;
413 #define atomic_fetch_sub_explicit(object, operand, order) \
438 #define atomic_fetch_sub_explicit(object, operand, order) \
487 #define atomic_fetch_sub_explicit(object, operand, order) \
521 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
  /development/ndk/platforms/android-L/include/
stdatomic.h 259 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
284 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
333 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
367 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
  /bionic/tests/
stdatomic_test.cpp 147 ASSERT_EQ(122, atomic_fetch_sub_explicit(&i, 1, memory_order_relaxed));

Completed in 36 milliseconds