HomeSort by relevance Sort by last modified time
    Searched refs:__sync_fetch_and_add (Results 26 - 32 of 32) sorted by null

12

  /bionic/libc/include/
stdatomic.h 481 ((void)(order), __sync_fetch_and_add(&(object)->__val, \
493 ((void)(order), __sync_fetch_and_add(&(object)->__val, 0))
  /development/ndk/platforms/android-L/include/
stdatomic.h 327 ((void)(order), __sync_fetch_and_add(&(object)->__val, \
339 ((void)(order), __sync_fetch_and_add(&(object)->__val, 0))
  /external/fio/
gettime.c 468 return 1 + __sync_fetch_and_add(seq, 1);
configure 521 return __sync_fetch_and_add(ptr, 0);
531 if compile_prog "" "" "__sync_fetch_and_add()" ; then
534 echo "__sync_fetch_and_add $sfaa"
  /external/chromium_org/third_party/cython/src/Cython/Utility/
MemoryView_C.c 30 #define __pyx_atomic_incr_aligned(value, lock) __sync_fetch_and_add(value, 1)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 131 return __sync_fetch_and_add(v, op);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 404 milliseconds

12