Home
last modified time | relevance | path

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

12

/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/sfntly/cpp/src/sfntly/port/
Datomic.h36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
Datomic.h36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
/external/webrtc/src/system_wrappers/source/
Datomic32_win.cc41 return static_cast<WebRtc_Word32>(InterlockedDecrement( in operator --()
/external/llvm/cmake/modules/
DCheckAtomic.cmake15 InterlockedDecrement(&val);
/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h63 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/WebKit/Source/wtf/
DAtomics.h46 ALWAYS_INLINE int atomicDecrement(int volatile* addend) { return InterlockedDecrement(reinterpret_c… in atomicDecrement()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dcriticalsection.h182 return ::InterlockedDecrement(reinterpret_cast<LONG*>(i)); in Decrement()
/external/llvm/lib/Support/
DAtomic.cpp89 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()
DSkIStream.cpp46 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp40 ULONG res = static_cast<ULONG>(InterlockedDecrement(&fRefCount)); in Release()
DSkDWriteFontFileStream.cpp164 ULONG newCount = InterlockedDecrement(&fRefCount); in Release()
DSkIStream.cpp46 ULONG res = (ULONG) InterlockedDecrement(&_refcount); 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/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
Ddxgi_dll.c188 ULONG v = InterlockedDecrement(&((struct WineDXGIBackend*)&This)->ref); in WineDXGIBackend_Release()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
Ddxgi_dll.c188 ULONG v = InterlockedDecrement(&((struct WineDXGIBackend*)&This)->ref); in WineDXGIBackend_Release()
/external/chromium_org/sandbox/win/src/
Dhandle_closer_test.cc153 if (::InterlockedDecrement(&waiters_remaining) == 0) in ThreadPoolTask()
/external/valgrind/main/drd/tests/
Dannotate_smart_pointer.cpp52 LONG operator--() { return InterlockedDecrement(&m_value); } in operator --()
/external/icu4c/common/
Dumutex.cpp414 retVal = InterlockedDecrement((LONG*)p); in umtx_atomic_dec()

12