Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h27 extern "C" short _InterlockedExchange16( // NOLINT
29 #pragma intrinsic(_InterlockedExchange16)
164 return (u16)_InterlockedExchange16((volatile short*)&a->val_dont_use, v); in atomic_exchange()
/external/clang/lib/Headers/
DIntrin.h218 short _InterlockedExchange16(short volatile *_Target, short _Value);
737 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16() function