Searched refs:_InterlockedCompareExchange16 (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h27 extern "C" short _InterlockedCompareExchange16( // NOLINT
30 #pragma intrinsic(_InterlockedCompareExchange16)
209 u16 prev = (u16)_InterlockedCompareExchange16(
/external/clang/lib/Headers/
H A DIntrin.h212 short _InterlockedCompareExchange16(short volatile *_Destination,
813 _InterlockedCompareExchange16(short volatile *_Destination, function

Completed in 452 milliseconds