Lines Matching refs:_Exchange
192 long _Exchange, long _Comparand);
197 short _Exchange, short _Comparand);
200 __int64 _Exchange, __int64 _Comparand);
206 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
360 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
371 short _Exchange, short _Comparand);
377 __int64 _Exchange, __int64 _Comparand);
379 void *_Exchange, void *_Comparand);
381 void *_Exchange, void *_Comparand);
753 char _Exchange, char _Comparand) { in _InterlockedCompareExchange8() argument
754 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, in _InterlockedCompareExchange8()
760 short _Exchange, short _Comparand) { in _InterlockedCompareExchange16() argument
761 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, in _InterlockedCompareExchange16()
767 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64() argument
768 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, in _InterlockedCompareExchange64()