Home | History | Annotate | Download | only in Headers

Lines Matching full:_destination

193 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
198 short _InterlockedCompareExchange16(short volatile *_Destination,
201 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
208 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
367 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
369 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination,
373 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
377 short _InterlockedCompareExchange16_np(short volatile *_Destination,
383 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
385 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
387 void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination,
762 _InterlockedCompareExchange8(char volatile *_Destination,
764 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0);
768 _InterlockedCompareExchange16(short volatile *_Destination,
770 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0);
774 _InterlockedCompareExchange64(__int64 volatile *_Destination,
776 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0);