Searched refs:InterlockedDecrement (Results 1 - 25 of 106) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/X64/
H A DInterlockedDecrement.asm14 ; InterlockedDecrement.Asm
18 ; InterlockedDecrement function
29 ; InterlockedDecrement (
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DWinNtInclude.h28 #define InterlockedDecrement _WINNT_DUP_InterlockedDecrement macro
69 #undef InterlockedDecrement macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Ia32/
H A DInterlockedDecrement.asm14 ; InterlockedDecrement.Asm
18 ; InterlockedDecrement function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsampler.c47 ULONG refcount = InterlockedDecrement(&sampler->refcount);
H A Dview.c47 ULONG refcount = InterlockedDecrement(&view->refcount);
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvFactory.cpp54 LONG cRefs = InterlockedDecrement(&m_cRefs);
H A DVBoxCredentialProvider.cpp109 ULONG ulTemp = InterlockedDecrement(&m_cRefs);
433 LONG cRefCount = InterlockedDecrement(&g_cDllRefs);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DSynchronizationLib.h181 InterlockedDecrement (
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDropSource_win.cpp58 LONG lCount = InterlockedDecrement(&mRefCount);
H A DUIDnDEnumFormat_win.cpp88 LONG lCount = InterlockedDecrement(&m_lRefCount);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp64 LONG lCount = InterlockedDecrement(&mRefCount);
H A DVBoxDnDEnumFormat.cpp90 LONG lCount = InterlockedDecrement(&m_lRefCount);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dview.c71 ULONG refcount = InterlockedDecrement(&This->refcount);
H A Dclipper.c72 ULONG ref = InterlockedDecrement(&This->ref);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dpixelshader.c72 ULONG ref = InterlockedDecrement(&This->ref);
H A Dvertexshader.c79 ULONG ref = InterlockedDecrement(&This->ref);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dstateblock.c73 ULONG refcount = InterlockedDecrement(&stateblock->refcount);
H A Dshader.c78 ULONG refcount = InterlockedDecrement(&shader->refcount);
222 ULONG refcount = InterlockedDecrement(&shader->refcount);
H A Dquery.c73 ULONG refcount = InterlockedDecrement(&query->refcount);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dstateblock.c66 ULONG ref = InterlockedDecrement(&This->ref);
H A Dquery.c66 ULONG ref = InterlockedDecrement(&This->ref);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/
H A DSynchronization.c271 InterlockedDecrement ( function
H A DSynchronizationGcc.c287 InterlockedDecrement ( function
H A DSynchronizationMsc.c289 InterlockedDecrement ( function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dswapchain.c80 ULONG ref = InterlockedDecrement(&swapchain->refcount);

Completed in 124 milliseconds

12345