HomeSort by relevance Sort by last modified time
    Searched full:atomic_fetch_sub (Results 1 - 22 of 22) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_sub.pass.cpp 14 // atomic_fetch_sub(volatile atomic<Integral>* obj, Integral op);
18 // atomic_fetch_sub(atomic<Integral>* obj, Integral op);
22 // atomic_fetch_sub(volatile atomic<T*>* obj, ptrdiff_t op);
26 // atomic_fetch_sub(atomic<T*>* obj, ptrdiff_t op);
40 assert(std::atomic_fetch_sub(&t, T(2)) == T(3));
47 assert(std::atomic_fetch_sub(&t, T(2)) == T(3));
61 assert(std::atomic_fetch_sub(&t, 2) == T(3*sizeof(X)));
69 assert(std::atomic_fetch_sub(&t, 2) == T(3*sizeof(X)));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_c.h 155 #define atomic_fetch_sub(__a, __m) \ macro
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 155 #define atomic_fetch_sub(__a, __m) \ macro
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 155 #define atomic_fetch_sub(__a, __m) \ macro
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 155 #define atomic_fetch_sub(__a, __m) \ macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_c.h 155 #define atomic_fetch_sub(__a, __m) \ macro
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 234 uptr prev = atomic_fetch_sub(&state_, kWriteLock, memory_order_release);
261 uptr prev = atomic_fetch_sub(&state_, kReadLock, memory_order_release);
tsan_fd.cc 59 if (atomic_fetch_sub(&s->rc, 1, memory_order_acq_rel) == 1) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
atomic 380 atomic_fetch_sub(volatile atomic<Integral>* obj, Integral op) noexcept;
384 atomic_fetch_sub(atomic<Integral>* obj, Integral op) noexcept;
461 atomic_fetch_sub(volatile atomic<T*>* obj, ptrdiff_t op) noexcept;
465 atomic_fetch_sub(atomic<T*>* obj, ptrdiff_t op) noexcept;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang.h 81 INLINE typename T::Type atomic_fetch_sub(volatile T *a, function in namespace:__sanitizer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
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.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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
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/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)
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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 152 milliseconds