Searched refs:_InterlockedExchangeAdd64 (Results 1 – 3 of 3) 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()
136 return _InterlockedExchangeAdd64(reinterpret_cast<volatile LONGLONG*>(ptr), in Barrier_AtomicIncrement()
386 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);613 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64() function