Lines Matching refs:_Exchange
208 long _Exchange, long _Comparand);
213 short _Exchange, short _Comparand);
216 __int64 _Exchange, __int64 _Comparand);
222 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
403 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
414 short _Exchange, short _Comparand);
420 __int64 _Exchange, __int64 _Comparand);
422 void *_Exchange, void *_Comparand);
424 void *_Exchange, void *_Comparand);
808 char _Exchange, char _Comparand) { in _InterlockedCompareExchange8() argument
809 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); in _InterlockedCompareExchange8()
814 short _Exchange, short _Comparand) { in _InterlockedCompareExchange16() argument
815 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); in _InterlockedCompareExchange16()
820 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64() argument
821 __atomic_compare_exchange(_Destination, &_Comparand, &_Exchange, 0, 0, 0); in _InterlockedCompareExchange64()