Home
last modified time | relevance | path

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

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