Home | History | Annotate | Download | only in include

Lines Matching defs:InterlockedCompareExchange

1353 #define InterlockedCompareExchange _InterlockedCompareExchange
1354 #define InterlockedCompareExchangeAcquire InterlockedCompareExchange
1355 #define InterlockedCompareExchangeRelease InterlockedCompareExchange
1453 LONG InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand);
1461 __CRT_INLINE LONG InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand) {