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

  /external/clang/test/CodeGen/
linux-arm-atomic.c 9 return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL);
  /external/compiler-rt/test/tsan/
bench_acquire_release.cc 10 __atomic_fetch_add(&x, 1, __ATOMIC_ACQ_REL);
atomic_norace.cc 19 __atomic_exchange_n(p, 1, __ATOMIC_ACQ_REL);
21 __atomic_exchange_n(p, 1, __ATOMIC_ACQ_REL);
  /bionic/libc/include/
stdatomic.h 262 #ifndef __ATOMIC_ACQ_REL
263 #define __ATOMIC_ACQ_REL 4
283 memory_order_acq_rel = __ATOMIC_ACQ_REL,
  /development/ndk/platforms/android-L/include/
stdatomic.h 112 #ifndef __ATOMIC_ACQ_REL
113 #define __ATOMIC_ACQ_REL 4
131 memory_order_acq_rel = __ATOMIC_ACQ_REL,

Completed in 218 milliseconds