Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h60 extern "C" long long _InterlockedExchangeAdd64( // NOLINT
62 #pragma intrinsic(_InterlockedExchangeAdd64)
128 return (uptr)_InterlockedExchangeAdd64( in atomic_fetch_add()
149 return (uptr)_InterlockedExchangeAdd64( in atomic_fetch_sub()
/external/libchrome/base/
Datomicops_internals_x86_msvc.h136 return _InterlockedExchangeAdd64(reinterpret_cast<volatile LONGLONG*>(ptr), in Barrier_AtomicIncrement()
/external/clang/lib/Headers/
Dintrin.h386 __int64 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value);
613 _InterlockedExchangeAdd64(__int64 volatile *_Addend, __int64 _Value) { in _InterlockedExchangeAdd64() function