Searched refs:_InterlockedExchange16 (Results 1 – 2 of 2) sorted by relevance
27 extern "C" short _InterlockedExchange16( // NOLINT29 #pragma intrinsic(_InterlockedExchange16)164 return (u16)_InterlockedExchange16((volatile short*)&a->val_dont_use, v); in atomic_exchange()
218 short _InterlockedExchange16(short volatile *_Target, short _Value);737 _InterlockedExchange16(short volatile *_Target, short _Value) { in _InterlockedExchange16() function