HomeSort by relevance Sort by last modified time
    Searched full:fetch_add (Results 76 - 100 of 215) sorted by null

1 2 34 5 6 7 8 9

  /external/skqp/src/core/
SkString.cpp 245 SkAssertResult(this->fRefCnt.fetch_add(+1, std::memory_order_relaxed));
252 int32_t oldRefCnt = this->fRefCnt.fetch_add(-1, std::memory_order_acq_rel);
SkSharedMutex.cpp 266 int32_t oldQueueCounts = fQueueCounts.fetch_add(1 << kWaitingExlusiveOffset,
  /external/skqp/src/pdf/
SkPDFBitmap.cpp 420 gJpegImageObjects.fetch_add(1);
443 gRegularImageObjects.fetch_add(1);
  /prebuilts/go/darwin-x86/src/runtime/
race_amd64.s 270 MOVL add+8(FP), AX // convert fetch_add to add_fetch
277 MOVQ add+8(FP), AX // convert fetch_add to add_fetch
  /prebuilts/go/linux-x86/src/runtime/
race_amd64.s 270 MOVL add+8(FP), AX // convert fetch_add to add_fetch
277 MOVQ add+8(FP), AX // convert fetch_add to add_fetch
  /bionic/libc/malloc_debug/
RecordData.cpp 202 unsigned int entry_index = cur_index_.fetch_add(1);
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
EventCount.h 68 w->epoch = state_.fetch_add(kWaiterInc, std::memory_order_relaxed);
  /external/skia/src/core/
SkSharedMutex.cpp 266 int32_t oldQueueCounts = fQueueCounts.fetch_add(1 << kWaitingExlusiveOffset,
  /external/tensorflow/tensorflow/core/common_runtime/
memory_types.cc 116 return strings::StrCat("memtype_", counter.fetch_add(1), "_",
  /frameworks/native/opengl/libs/EGL/
egl_object.h 54 inline void incRef() { count.fetch_add(1, std::memory_order_relaxed); }
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 118 mCount.fetch_add(1, std::memory_order_relaxed);
  /external/icu/icu4c/source/common/
umutex.h 71 return var->fetch_add(1) + 1;
  /external/tensorflow/tensorflow/core/framework/
resource_mgr.cc 267 name_ = strings::StrCat("_", counter.fetch_add(1), "_", ndef.name());
  /frameworks/base/core/jni/
android_util_Binder.cpp 308 gNumLocalRefsCreated.fetch_add(1, std::memory_order_relaxed);
326 gNumLocalRefsDeleted.fetch_add(1, memory_order_relaxed);
458 gNumDeathRefsCreated.fetch_add(1, std::memory_order_relaxed);
539 gNumDeathRefsDeleted.fetch_add(1, std::memory_order_relaxed);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
IntrusiveRefCntPtr.h 95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }

Completed in 1395 milliseconds

1 2 34 5 6 7 8 9