Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h40 extern "C" short _InterlockedCompareExchange16( // NOLINT
43 #pragma intrinsic(_InterlockedCompareExchange16)
222 u16 prev = (u16)_InterlockedCompareExchange16( in atomic_compare_exchange_strong()
/external/mesa3d/src/util/
Du_atomic.h154 …sizeof *(_v) == sizeof(short) ? _InterlockedCompareExchange16((short *) (_v), (short) (_new), …
/external/clang/lib/Headers/
Dintrin.h196 short _InterlockedCompareExchange16(short volatile *_Destination,
758 _InterlockedCompareExchange16(short volatile *_Destination, in _InterlockedCompareExchange16() function