Home
last modified time | relevance | path

Searched defs:InterlockedCompareExchange (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/rtl/
H A Drtl.h59 #define InterlockedCompareExchange _InterlockedCompareExchange macro
/reactos/ntoskrnl/ex/
H A Dexintrin.c59 InterlockedCompareExchange(IN OUT LONG volatile *Destination, in InterlockedCompareExchange() function
/reactos/ntoskrnl/include/internal/
H A Dntoskrnl.h26 #define InterlockedCompareExchange _InterlockedCompareExchange macro
/reactos/dll/win32/kernel32/client/
H A Dsynch.c70 InterlockedCompareExchange(IN OUT LONG volatile *Destination, in InterlockedCompareExchange() function
/reactos/sdk/include/xdk/
H A Dinterlocked.h104 #define InterlockedCompareExchange _InterlockedCompareExchange macro
H A Dwinnt_old.h8 #define InterlockedCompareExchange(a,b,c) _InterlockedCompareExchange((long*)a,b,c) macro