Home
last modified time | relevance | path

Searched refs:InterlockedIncrement (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/boost/smart_ptr/detail/
Dsp_interlocked.hpp56 # define BOOST_SP_INTERLOCKED_INCREMENT InterlockedIncrement
92 extern "C" long __cdecl InterlockedIncrement( long* );
98 # define BOOST_SP_INTERLOCKED_INCREMENT InterlockedIncrement
151 extern "C" __declspec(dllimport) long __stdcall InterlockedIncrement( long volatile * );
161 # define BOOST_SP_INTERLOCKED_INCREMENT ::boost::detail::InterlockedIncrement
/third_party/boost/boost/detail/
Dinterlocked.hpp63 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))
/third_party/gettext/gettext-runtime/intl/
Dwindows-mutex.c39 if (InterlockedIncrement (&mutex->guard.started) == 0) in glwthread_mutex_lock()
61 if (InterlockedIncrement (&mutex->guard.started) == 0) in glwthread_mutex_trylock()
Dwindows-rwlock.c138 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()
Dwindows-recmutex.c41 if (InterlockedIncrement (&mutex->guard.started) == 0) in glwthread_recmutex_lock()
75 if (InterlockedIncrement (&mutex->guard.started) == 0) in glwthread_recmutex_trylock()
Dwindows-once.c32 if (InterlockedIncrement (&once_control->started) == 0) in glwthread_once()
Dsetlocale-lock.c73 if (InterlockedIncrement (&guard.started) == 0) in gl_get_setlocale_null_lock()
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwinsock_init.ipp36 if (::InterlockedIncrement(&d.init_count_) == 1)
46 if (::InterlockedIncrement(&d.init_count_) == 1)
/third_party/boost/boost/asio/detail/impl/
Dwinsock_init.ipp36 if (::InterlockedIncrement(&d.init_count_) == 1)
46 if (::InterlockedIncrement(&d.init_count_) == 1)
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Datomic.h28 return InterlockedIncrement(reinterpret_cast<LONG*>(address)); in AtomicIncrement()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Datomic.h28 return InterlockedIncrement(reinterpret_cast<LONG*>(address)); in AtomicIncrement()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h73 InterlockedIncrement(&mRingTail); // There are multiple consumers. in Dequeue()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/
DSDL_syssem.c146 InterlockedIncrement(&sem->count);
/third_party/boost/boost/atomic/detail/
Dinterlocked.hpp38 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…
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp80 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()
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_dw.cpp79 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()
/third_party/boost/boost/asio/detail/
Dwin_iocp_io_context.hpp102 ::InterlockedIncrement(&outstanding_work_); in work_started()
/third_party/skia/src/utils/win/
DSkDWriteGeometrySink.cpp39 return static_cast<ULONG>(InterlockedIncrement(&fRefCount)); in SK_STDMETHODIMP_()
DSkDWriteFontFileStream.cpp163 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()
DSkIStream.cpp38 return (ULONG)InterlockedIncrement(&_refcount); in SK_STDMETHODIMP_()
/third_party/flutter/skia/src/utils/win/
DSkDWriteGeometrySink.cpp38 return static_cast<ULONG>(InterlockedIncrement(&fRefCount)); in SK_STDMETHODIMP_()
DSkDWriteFontFileStream.cpp164 return InterlockedIncrement(&fRefCount); in SK_STDMETHODIMP_()
DSkIStream.cpp38 return (ULONG)InterlockedIncrement(&_refcount); in SK_STDMETHODIMP_()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwin_iocp_io_context.hpp102 ::InterlockedIncrement(&outstanding_work_); in work_started()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DThread.hpp264 return InterlockedIncrement((volatile long*)value); in atomicIncrement()

12