Searched refs:_InterlockedCompareExchange (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/X64/
H A DInterlockedCompareExchange32.c19 long _InterlockedCompareExchange(
25 #pragma intrinsic(_InterlockedCompareExchange)
52 return _InterlockedCompareExchange (Value, ExchangeValue, CompareValue);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DBase.h22 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
33 # undef _InterlockedCompareExchange macro
H A DVBoxDispD3DIf.h28 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
39 # undef _InterlockedCompareExchange macro
H A DVBoxDispMpLogger.cpp26 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
37 # undef _InterlockedCompareExchange macro
H A DVBoxDispDbg.cpp23 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
34 # undef _InterlockedCompareExchange macro
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR0IdcClientInternal.h38 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
47 # undef _InterlockedCompareExchange macro
H A DSUPDrvInternal.h54 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
65 # undef _InterlockedCompareExchange macro
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.h23 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
34 # undef _InterlockedCompareExchange macro
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DSysHlp.h39 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
48 # undef _InterlockedCompareExchange macro
H A DVBoxGuestR0LibSharedFolders.h38 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKvsCompilerCrap macro
47 # undef _InterlockedCompareExchange macro
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthe-nt-kernel.h39 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
48 # undef _InterlockedCompareExchange macro
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPUtils.h54 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap
72 # undef _InterlockedCompareExchange
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxDrvTool.h28 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
46 # undef _InterlockedCompareExchange macro
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltCmn-win.h66 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
84 # undef _InterlockedCompareExchange macro
/vbox/include/iprt/
H A Dasm.h66 # pragma intrinsic(_InterlockedCompareExchange)
753 return (uint32_t)_InterlockedCompareExchange((long *)pu32, u32New, u32Old) == u32Old;
1043 return (*pu32Old =_InterlockedCompareExchange((long *)pu32, u32New, u32Old)) == u32Old;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvreg.cpp72 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
90 # undef _InterlockedCompareExchange macro
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp36 # define _InterlockedCompareExchange _InterlockedCompareExchange_StupidDDKVsCompilerCrap macro
54 # undef _InterlockedCompareExchange macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h2634 #pragma intrinsic(_InterlockedCompareExchange)
2645 return _InterlockedCompareExchange( dest, xchg, compare );

Completed in 1097 milliseconds