HomeSort by relevance Sort by last modified time
    Searched full:atomic_fetch_sub (Results 26 - 50 of 59) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
atomic 1034 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
1039 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
atomic 1034 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
1039 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 211 #define atomic_fetch_sub(PTR, VAL) __atomic_fetch_sub ((PTR), (VAL), \ macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 211 #define atomic_fetch_sub(PTR, VAL) __atomic_fetch_sub ((PTR), (VAL), \ macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
atomic 966 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i)
971 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i)
1042 atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d)
1047 atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
atomic 1027 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
1032 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
atomic 966 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i)
971 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i)
1042 atomic_fetch_sub(volatile atomic<_ITp*>* __a, ptrdiff_t __d)
1047 atomic_fetch_sub(atomic<_ITp*>* __a, ptrdiff_t __d)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
atomic 1027 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
1032 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
atomic 1034 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
1039 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
atomic 1038 atomic_fetch_sub(__atomic_base<_ITp>* __a, _ITp __i) noexcept
1043 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i) noexcept
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
stdatomic.h 149 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) macro
  /bionic/libc/include/
stdatomic.h 84 using std::atomic_fetch_sub;
526 #define atomic_fetch_sub(object, operand) \
  /development/ndk/platforms/android-21/include/
stdatomic.h 78 using std::atomic_fetch_sub;
520 #define atomic_fetch_sub(object, operand) \
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 84 using std::atomic_fetch_sub;
526 #define atomic_fetch_sub(object, operand) \
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
stdatomic.h 84 using std::atomic_fetch_sub;
526 #define atomic_fetch_sub(object, operand) \
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
stdatomic.h 78 using std::atomic_fetch_sub;
520 #define atomic_fetch_sub(object, operand) \
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
stdatomic.h 78 using std::atomic_fetch_sub;
520 #define atomic_fetch_sub(object, operand) \
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
stdatomic.h 78 using std::atomic_fetch_sub;
520 #define atomic_fetch_sub(object, operand) \
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
stdatomic.h 78 using std::atomic_fetch_sub;
520 #define atomic_fetch_sub(object, operand) \
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
stdatomic.h 78 using std::atomic_fetch_sub;
520 #define atomic_fetch_sub(object, operand) \
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
stdatomic.h 78 using std::atomic_fetch_sub;
520 #define atomic_fetch_sub(object, operand) \
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 295 atomic_fetch_sub(&g_total_mmaped, size, memory_order_relaxed);
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 65 if (atomic_fetch_sub(&s->rc, 1, memory_order_acq_rel) == 1) {
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdatomic 649 atomic_fetch_sub(volatile atomic_address* __a, ptrdiff_t __d)
824 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdatomic 649 atomic_fetch_sub(volatile atomic_address* __a, ptrdiff_t __d)
824 atomic_fetch_sub(volatile __atomic_base<_ITp>* __a, _ITp __i)

Completed in 1031 milliseconds

12 3