Home
last modified time | relevance | path

Searched refs:InterlockedDecrement (Results 1 – 25 of 30) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/port/
Datomic.h36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.h185 long result = InterlockedDecrement(&mTasksAvailable); in getWork()
202 long result = InterlockedDecrement(&mTasksOutstanding); in finishedWork()
Dthreads.cpp448 int32_t result = static_cast<int32_t>(InterlockedDecrement(&pDC->threadsDone)); in CompleteDrawContextInl()
724 InterlockedDecrement(&pContext->drawsOutstandingFE); in CompleteDrawFE()
/external/webrtc/rtc_base/
Datomic_ops.h35 return ::InterlockedDecrement(reinterpret_cast<volatile LONG*>(i)); in Decrement()
/external/compiler-rt/lib/profile/
DCMakeLists.txt13 InterlockedDecrement(&val);
/external/skqp/src/ports/
DSkFontMgr_win_dw.cpp83 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
159 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
246 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
616 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
717 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
DSkRemotableFontMgr_win_dw.cpp323 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
/external/skqp/src/utils/win/
DSkDWriteGeometrySink.cpp41 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
DSkDWriteFontFileStream.cpp168 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
DSkIStream.cpp44 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp43 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in SK_STDMETHODIMP_()
DSkDWriteFontFileStream.cpp168 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_()
DSkIStream.cpp42 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in SK_STDMETHODIMP_()
/external/llvm-project/compiler-rt/lib/profile/
DCMakeLists.txt13 InterlockedDecrement(&val);
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp84 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_()
160 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_()
247 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_()
552 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
686 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
DSkRemotableFontMgr_win_dw.cpp324 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
/external/llvm/cmake/modules/
DCheckAtomic.cmake92 InterlockedDecrement(&val);
/external/python/cpython2/Python/
Dthread_nt.h64 InterlockedDecrement(&mutex->owned) < 0 || in LeaveNonRecursiveMutex()
/external/llvm-project/llvm/cmake/modules/
DCheckAtomic.cmake98 InterlockedDecrement(&val);
/external/swiftshader/src/Common/
DThread.hpp273 return InterlockedDecrement((volatile long*)value); in atomicDecrement()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h275 #define InterlockedDecrement(Append) __sync_sub_and_fetch(Append, 1) macro
/external/libepoxy/src/
Ddispatch_common.c889 InterlockedDecrement(&api.begin_count); in WRAPPER()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas544 Result := InterlockedDecrement(FRefCount);
690 Result := InterlockedDecrement(FRefCount);
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc786 ULONG new_ref = InterlockedDecrement(&ref_count_); in Release()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc375 if (InterlockedDecrement(&instance_count_) == 0) { in ~ExceptionHandler()

12