Searched refs:_InterlockedCompareExchange16 (Results 1 – 3 of 3) sorted by relevance
40 extern "C" short _InterlockedCompareExchange16( // NOLINT43 #pragma intrinsic(_InterlockedCompareExchange16)222 u16 prev = (u16)_InterlockedCompareExchange16( in atomic_compare_exchange_strong()
154 …sizeof *(_v) == sizeof(short) ? _InterlockedCompareExchange16((short *) (_v), (short) (_new), …
196 short _InterlockedCompareExchange16(short volatile *_Destination,758 _InterlockedCompareExchange16(short volatile *_Destination, in _InterlockedCompareExchange16() function