Searched refs:_InterlockedExchangeAdd64 (Results 1 – 2 of 2) sorted by relevance
60 extern "C" long long _InterlockedExchangeAdd64( // NOLINT62 #pragma intrinsic(_InterlockedExchangeAdd64)128 return (uptr)_InterlockedExchangeAdd64( in atomic_fetch_add()149 return (uptr)_InterlockedExchangeAdd64( in atomic_fetch_sub()
386 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);613 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64() function