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

  /frameworks/native/opengl/libagl/
BufferObjectManager.h 76 if (mCount.fetch_sub(1, std::memory_order_release) == 0) {
egl.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_base.h 396 { return fetch_sub(1); }
400 { return fetch_sub(1); }
622 fetch_sub(__int_type __i,
627 fetch_sub(__int_type __i,
719 { return fetch_sub(1); }
723 { return fetch_sub(1); }
873 fetch_sub(ptrdiff_t __d,
878 fetch_sub(ptrdiff_t __d,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
atomic_base.h 396 { return fetch_sub(1); }
400 { return fetch_sub(1); }
622 fetch_sub(__int_type __i,
627 fetch_sub(__int_type __i,
719 { return fetch_sub(1); }
723 { return fetch_sub(1); }
873 fetch_sub(ptrdiff_t __d,
878 fetch_sub(ptrdiff_t __d,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
atomic_base.h 396 { return fetch_sub(1); }
400 { return fetch_sub(1); }
622 fetch_sub(__int_type __i,
627 fetch_sub(__int_type __i,
719 { return fetch_sub(1); }
723 { return fetch_sub(1); }
873 fetch_sub(ptrdiff_t __d,
878 fetch_sub(ptrdiff_t __d,
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
atomic_base.h 400 { return fetch_sub(1); }
404 { return fetch_sub(1); }
626 fetch_sub(__int_type __i,
631 fetch_sub(__int_type __i,
723 { return fetch_sub(1); }
727 { return fetch_sub(1); }
877 fetch_sub(ptrdiff_t __d,
882 fetch_sub(ptrdiff_t __d,
  /system/core/libutils/
SharedBuffer.cpp 115 if (onlyOwner() || ((prev = mRefs.fetch_sub(1, std::memory_order_release) == 1)
RefBase.cpp 398 int32_t old = refs->mStrong.fetch_sub(INITIAL_STRONG_VALUE,
409 const int32_t c = refs->mStrong.fetch_sub(1, std::memory_order_release);
450 refs->mStrong.fetch_sub(INITIAL_STRONG_VALUE,
483 const int32_t c = impl->mWeak.fetch_sub(1, std::memory_order_release);
603 impl->mStrong.fetch_sub(INITIAL_STRONG_VALUE,
  /frameworks/native/opengl/libs/EGL/
egl_object.h 55 inline size_t decRef() { return count.fetch_sub(1, std::memory_order_acq_rel); }
  /art/runtime/
atomic.h 283 return this->fetch_sub(value, std::memory_order_seq_cst); // Return old value.
  /external/icu/icu4c/source/common/
umutex.h 73 return var->fetch_sub(1) - 1;
  /external/skia/include/private/
SkAtomics.h 79 T fetch_sub(const T& val, sk_memory_order mo = default_memory_order) { function in class:SkAtomic
  /external/skia/src/core/
SkSharedMutex.cpp 339 int32_t oldQueueCounts = fQueueCounts.fetch_sub(1 << kSharedOffset,
  /system/core/include/utils/
RefBase.h 182 if (mCount.fetch_sub(1, std::memory_order_release) == 1) {
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 818 milliseconds