Searched refs:InterlockedDecrement (Results 1 – 25 of 32) sorted by relevance
12
97 InterlockedDecrement(&instance_count); in GetStaticInstance()104 InterlockedDecrement(&instance_count); in GetStaticInstance()114 InterlockedDecrement(&instance_count); in GetStaticInstance()119 int new_value = InterlockedDecrement(&instance_count); in GetStaticInstance()134 InterlockedDecrement(&instance_count); in GetStaticInstance()
59 current = InterlockedDecrement(&referenceCount); in Release()79 InterlockedDecrement(&bindCount); in unbind()
61 current = InterlockedDecrement(&referenceCount); in Release()81 InterlockedDecrement(&bindCount); in unbind()
194 LONG result = InterlockedDecrement(&mTasksAvailable); in getWork()211 LONG result = InterlockedDecrement(&mTasksOutstanding); in finishedWork()
370 int32_t result = InterlockedDecrement((volatile LONG*)&pDC->threadsDone); in CompleteDrawContextInl()614 InterlockedDecrement((volatile LONG*)&pContext->drawsOutstandingFE); in CompleteDrawFE()
36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
36 return static_cast<int32_t>(InterlockedDecrement( in operator --()
15 InterlockedDecrement(&val);
32 return ::InterlockedDecrement(reinterpret_cast<volatile LONG*>(i)); in Decrement()
76 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()152 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()239 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()608 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()709 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
321 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
76 return InterlockedDecrement(ptr); in AtomicDecrement()
13 InterlockedDecrement(&val);
238 return InterlockedDecrement((volatile long*)value); in atomicDecrement()
301 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release()356 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); 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()
229 #define InterlockedDecrement(Append) __sync_sub_and_fetch(Append, 1) macro
64 InterlockedDecrement(&mutex->owned) < 0 || in LeaveNonRecursiveMutex()
92 InterlockedDecrement(&val);
53 LONG operator--() { return InterlockedDecrement(&m_value); } in operator --()
118 return InterlockedDecrement(var);
544 Result := InterlockedDecrement(FRefCount);690 Result := InterlockedDecrement(FRefCount);
1036 InterlockedDecrement (&once_control->started); in glthread_once_func()