Searched defs:InterlockedCompareExchangePointer (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DWinNtInclude.h71 #undef InterlockedCompareExchangePointer macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/
H A DSynchronization.c190 InterlockedCompareExchangePointer (
360 InterlockedCompareExchangePointer ( function
H A DSynchronizationGcc.c201 Result = InterlockedCompareExchangePointer (
376 InterlockedCompareExchangePointer ( function
H A DSynchronizationMsc.c203 Result = InterlockedCompareExchangePointer (
378 InterlockedCompareExchangePointer ( function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h2620 static FORCEINLINE PVOID WINAPI InterlockedCompareExchangePointer( PVOID volatile *dest, PVOID xchg, PVOID compare ) function
2648 static FORCEINLINE PVOID WINAPI InterlockedCompareExchangePointer( PVOID volatile *dest, PVOID xchg, PVOID compare ) function
2690 static FORCEINLINE PVOID WINAPI InterlockedCompareExchangePointer( PVOID volatile *dest, PVOID xchg, PVOID compare ) function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h2378 static inline PVOID WINAPI InterlockedCompareExchangePointer( PVOID volatile *dest, PVOID xchg, PVOID compare ) function
2405 static inline PVOID WINAPI InterlockedCompareExchangePointer( PVOID volatile *dest, PVOID xchg, PVOID compare ) function

Completed in 88 milliseconds