Searched defs:InterlockedCompareExchange (Results 1 – 6 of 6) sorted by relevance
59 #define InterlockedCompareExchange _InterlockedCompareExchange macro
59 InterlockedCompareExchange(IN OUT LONG volatile *Destination, in InterlockedCompareExchange() function
26 #define InterlockedCompareExchange _InterlockedCompareExchange macro
70 InterlockedCompareExchange(IN OUT LONG volatile *Destination, in InterlockedCompareExchange() function
104 #define InterlockedCompareExchange _InterlockedCompareExchange macro
8 #define InterlockedCompareExchange(a,b,c) _InterlockedCompareExchange((long*)a,b,c) macro