Searched refs:InterlockedIncrement (Results 1 – 25 of 44) sorted by relevance
12
56 # define BOOST_SP_INTERLOCKED_INCREMENT InterlockedIncrement92 extern "C" long __cdecl InterlockedIncrement( long* );98 # define BOOST_SP_INTERLOCKED_INCREMENT InterlockedIncrement151 extern "C" __declspec(dllimport) long __stdcall InterlockedIncrement( long volatile * );161 # define BOOST_SP_INTERLOCKED_INCREMENT ::boost::detail::InterlockedIncrement
63 InterlockedIncrement((BOOST_INTERLOCKED_LONG32*)(dest))136 extern "C" BOOST_INTERLOCKED_LONG32 __cdecl InterlockedIncrement( BOOST_INTERLOCKED_LONG32 * );143 InterlockedIncrement((BOOST_INTERLOCKED_LONG32*)(dest))229 extern "C" BOOST_INTERLOCKED_IMPORT BOOST_INTERLOCKED_LONG32 __stdcall InterlockedIncrement( BOOST_…245 ::boost::detail::InterlockedIncrement((BOOST_INTERLOCKED_LONG32*)(dest))
39 if (InterlockedIncrement (&mutex->guard.started) == 0) in glwthread_mutex_lock()61 if (InterlockedIncrement (&mutex->guard.started) == 0) in glwthread_mutex_trylock()
138 if (InterlockedIncrement (&lock->guard.started) == 0) in glwthread_rwlock_rdlock()198 if (InterlockedIncrement (&lock->guard.started) == 0) in glwthread_rwlock_wrlock()255 if (InterlockedIncrement (&lock->guard.started) == 0) in glwthread_rwlock_tryrdlock()291 if (InterlockedIncrement (&lock->guard.started) == 0) in glwthread_rwlock_trywrlock()
41 if (InterlockedIncrement (&mutex->guard.started) == 0) in glwthread_recmutex_lock()75 if (InterlockedIncrement (&mutex->guard.started) == 0) in glwthread_recmutex_trylock()
32 if (InterlockedIncrement (&once_control->started) == 0) in glwthread_once()
73 if (InterlockedIncrement (&guard.started) == 0) in gl_get_setlocale_null_lock()
36 if (::InterlockedIncrement(&d.init_count_) == 1)46 if (::InterlockedIncrement(&d.init_count_) == 1)
28 return InterlockedIncrement(reinterpret_cast<LONG*>(address)); in AtomicIncrement()
73 InterlockedIncrement(&mRingTail); // There are multiple consumers. in Dequeue()
146 InterlockedIncrement(&sem->count);
38 extern "C" long __cdecl InterlockedIncrement(long*);44 #define BOOST_ATOMIC_INTERLOCKED_INCREMENT(dest) InterlockedIncrement((long*)(dest))462 #define BOOST_ATOMIC_INTERLOCKED_INCREMENT(dest) InterlockedIncrement((long*)(dest))500 BOOST_ATOMIC_INTERLOCKED_IMPORT long __stdcall InterlockedIncrement(long volatile*, long);506 #define BOOST_ATOMIC_INTERLOCKED_INCREMENT(dest) boost::atomics::detail::InterlockedIncrement((long…
80 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()156 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()243 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()609 return InterlockedIncrement(&fRefCount); in AddRef()748 return InterlockedIncrement(&fRefCount); in AddRef()
79 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()155 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()242 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()538 return InterlockedIncrement(&fRefCount); in AddRef()672 return InterlockedIncrement(&fRefCount); in AddRef()
102 ::InterlockedIncrement(&outstanding_work_); in work_started()
39 return static_cast<ULONG>(InterlockedIncrement(&fRefCount)); in SK_STDMETHODIMP_()
163 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()
38 return (ULONG)InterlockedIncrement(&_refcount); in SK_STDMETHODIMP_()
38 return static_cast<ULONG>(InterlockedIncrement(&fRefCount)); in SK_STDMETHODIMP_()
164 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()
264 return InterlockedIncrement((volatile long*)value); in atomicIncrement()