Searched refs:_InterlockedExchangeAdd64 (Results 1 – 2 of 2) sorted by relevance
47 extern "C" long long _InterlockedExchangeAdd64( // NOLINT49 #pragma intrinsic(_InterlockedExchangeAdd64)115 return (uptr)_InterlockedExchangeAdd64( in atomic_fetch_add()136 return (uptr)_InterlockedExchangeAdd64( in atomic_fetch_sub()
394 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);624 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64() function