Searched refs:InterlockedDecrement (Results 1 – 25 of 39) sorted by relevance
12
97 InterlockedDecrement(&instance_count); in GetStaticInstance()104 InterlockedDecrement(&instance_count); in GetStaticInstance()114 InterlockedDecrement(&instance_count); in GetStaticInstance()119 int newValue = InterlockedDecrement(&instance_count); in GetStaticInstance()134 InterlockedDecrement(&instance_count); in GetStaticInstance()
86 # define InterlockedDecrement _InterlockedDecrement macro99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);129 long WINAPI InterlockedDecrement(long*);
108 InterlockedDecrement(&sem->count);159 InterlockedDecrement(&sem->count); /* restore */
36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
41 return static_cast<WebRtc_Word32>(InterlockedDecrement( in operator --()
15 InterlockedDecrement(&val);
63 if(!InterlockedDecrement(&waiters)) in once()
25 InterlockedIncrement and InterlockedDecrement after Windows 95, STLport31 InterlockedIncrement and InterlockedDecrement functions which change the
46 ALWAYS_INLINE int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_c… in atomicDecrement()
182 return ::InterlockedDecrement(reinterpret_cast<LONG*>(i)); in Decrement()
89 return InterlockedDecrement(ptr); in AtomicDecrement()
40 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
164 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
46 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
44 const LONG count = InterlockedDecrement(&ref_count_); in STDMETHOD_()
135 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__CONST_CAST(long*, __x))139 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__x)
188 ULONG v = InterlockedDecrement(&((struct WineDXGIBackend*)&This)->ref); in WineDXGIBackend_Release()
153 if (::InterlockedDecrement(&waiters_remaining) == 0) in ThreadPoolTask()
52 LONG operator--() { return InterlockedDecrement(&m_value); } in operator --()
414 retVal = InterlockedDecrement((LONG*)p); in umtx_atomic_dec()