Searched refs:InterlockedDecrement (Results 1 – 25 of 38) 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()
36 return static_cast<int32_t>(InterlockedDecrement( in operator --()
36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
15 InterlockedDecrement(&val);
32 return ::InterlockedDecrement(reinterpret_cast<volatile LONG*>(i)); in Decrement()
76 return InterlockedDecrement(ptr); in AtomicDecrement()
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()
13 InterlockedDecrement(&val);
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()
92 InterlockedDecrement(&val);
237 #define InterlockedDecrement(Append) __sync_sub_and_fetch(Append, 1) macro
64 InterlockedDecrement(&mutex->owned) < 0 || in LeaveNonRecursiveMutex()
273 return InterlockedDecrement((volatile long*)value); in atomicDecrement()