Home
last modified time | relevance | path

Searched refs:_InterlockedExchangeAdd64 (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h47 extern "C" long long _InterlockedExchangeAdd64( // NOLINT
49 #pragma intrinsic(_InterlockedExchangeAdd64)
115 return (uptr)_InterlockedExchangeAdd64( in atomic_fetch_add()
136 return (uptr)_InterlockedExchangeAdd64( in atomic_fetch_sub()
/external/clang/lib/Headers/
DIntrin.h394 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);
624 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64() function