Lines Matching refs:_Destination

198 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
203 short _InterlockedCompareExchange16(short volatile *_Destination,
206 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
213 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
368 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
370 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination,
374 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
378 short _InterlockedCompareExchange16_np(short volatile *_Destination,
384 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
386 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
388 void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination,
881 _InterlockedCompareExchange8_acq(char volatile *_Destination,
883 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
888 _InterlockedCompareExchange8_nf(char volatile *_Destination,
890 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
895 _InterlockedCompareExchange8_rel(char volatile *_Destination,
897 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
902 _InterlockedCompareExchange16_acq(short volatile *_Destination,
904 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
909 _InterlockedCompareExchange16_nf(short volatile *_Destination,
911 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
916 _InterlockedCompareExchange16_rel(short volatile *_Destination,
918 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
923 _InterlockedCompareExchange_acq(long volatile *_Destination,
925 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
930 _InterlockedCompareExchange_nf(long volatile *_Destination,
932 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
937 _InterlockedCompareExchange_rel(long volatile *_Destination,
939 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
944 _InterlockedCompareExchange64_acq(__int64 volatile *_Destination,
946 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
951 _InterlockedCompareExchange64_nf(__int64 volatile *_Destination,
953 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,
958 _InterlockedCompareExchange64_rel(__int64 volatile *_Destination,
960 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0,