Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h32 long long _InterlockedCompareExchange64( // NOLINT
35 #pragma intrinsic(_InterlockedCompareExchange64)
235 u64 prev = (u64)_InterlockedCompareExchange64( in atomic_compare_exchange_strong()
/external/clang/lib/Headers/
DIntrin.h201 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
774 _InterlockedCompareExchange64(__int64 volatile *_Destination, in _InterlockedCompareExchange64() function