Searched refs:InterlockedDecrement (Results 1 – 25 of 30) sorted by relevance
12
36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
185 long result = InterlockedDecrement(&mTasksAvailable); in getWork()202 long result = InterlockedDecrement(&mTasksOutstanding); in finishedWork()
448 int32_t result = static_cast<int32_t>(InterlockedDecrement(&pDC->threadsDone)); in CompleteDrawContextInl()724 InterlockedDecrement(&pContext->drawsOutstandingFE); in CompleteDrawFE()
35 return ::InterlockedDecrement(reinterpret_cast<volatile LONG*>(i)); in Decrement()
13 InterlockedDecrement(&val);
83 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()
323 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
41 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
168 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
44 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
43 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in SK_STDMETHODIMP_()
168 ULONG newCount = InterlockedDecrement(&fRefCount); in SK_STDMETHODIMP_()
42 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in SK_STDMETHODIMP_()
84 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()
324 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
92 InterlockedDecrement(&val);
64 InterlockedDecrement(&mutex->owned) < 0 || in LeaveNonRecursiveMutex()
98 InterlockedDecrement(&val);
273 return InterlockedDecrement((volatile long*)value); in atomicDecrement()
275 #define InterlockedDecrement(Append) __sync_sub_and_fetch(Append, 1) macro
889 InterlockedDecrement(&api.begin_count); in WRAPPER()
544 Result := InterlockedDecrement(FRefCount);690 Result := InterlockedDecrement(FRefCount);
786 ULONG new_ref = InterlockedDecrement(&ref_count_); in Release()
375 if (InterlockedDecrement(&instance_count_) == 0) { in ~ExceptionHandler()