Home
last modified time | relevance | path

Searched refs:InterlockedDecrement (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Dstatic_instance.h97 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()
/external/webrtc/src/system_wrappers/interface/
Dstatic_instance.h97 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()
/external/stlport/stlport/stl/config/
D_windows.h86 # define InterlockedDecrement _InterlockedDecrement macro
99 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long volatile *);
109 _STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement(long*);
129 long WINAPI InterlockedDecrement(long*);
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
DSDL_syssem.c108 InterlockedDecrement(&sem->count);
159 InterlockedDecrement(&sem->count); /* restore */
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
Datomic.h36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Datomic32_win.cc37 return static_cast<int32_t>(InterlockedDecrement( in operator --()
/external/sfntly/cpp/src/sfntly/port/
Datomic.h36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
/external/llvm/cmake/modules/
DCheckAtomic.cmake15 InterlockedDecrement(&val);
/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h67 if(!InterlockedDecrement(&waiters)) in once()
/external/webrtc/src/system_wrappers/source/
Datomic32_win.cc41 return static_cast<WebRtc_Word32>(InterlockedDecrement( in operator --()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
Dvpx_once.h67 if(!InterlockedDecrement(&waiters)) in once()
/external/stlport/doc/
DREADME.windows25 InterlockedIncrement and InterlockedDecrement after Windows 95, STLport
31 InterlockedIncrement and InterlockedDecrement functions which change the
/external/chromium_org/third_party/webrtc/base/
Dcriticalsection.h166 return ::InterlockedDecrement(reinterpret_cast<LONG*>(i)); in Decrement()
/external/llvm/lib/Support/
DAtomic.cpp80 return InterlockedDecrement(ptr); in AtomicDecrement()
/external/chromium_org/third_party/skia/src/utils/win/
DSkDWriteGeometrySink.cpp40 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
DSkDWriteFontFileStream.cpp164 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
/external/chromium_org/third_party/WebKit/Source/wtf/
DAtomics.h67 ALWAYS_INLINE int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_c… in atomicDecrement()
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp40 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
DSkDWriteFontFileStream.cpp164 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
/external/chromium_org/ui/base/ime/win/
Dtsf_input_scope.cc44 const LONG count = InterlockedDecrement(&ref_count_); in STDMETHOD_()
/external/stlport/stlport/stl/
D_threads.h135 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__CONST_CAST(long*, __x))
139 # define _STLP_ATOMIC_DECREMENT(__x) InterlockedDecrement(__x)
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp302 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release()
361 ULONG newCount = InterlockedDecrement((long*)(&refCount_)); in Release()
/external/chromium_org/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp70 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
146 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
233 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp70 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
146 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
233 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
Ddxgi_dll.c188 ULONG v = InterlockedDecrement(&((struct WineDXGIBackend*)&This)->ref); in WineDXGIBackend_Release()

12