Searched refs:_InterlockedIncrement16 (Results 1 – 6 of 6) sorted by relevance
206 #define InterlockedIncrement16 _InterlockedIncrement16207 #define InterlockedIncrementAcquire16 __ACQ_(_InterlockedIncrement16)208 #define InterlockedIncrementRelease16 __REL_(_InterlockedIncrement16)209 #define InterlockedIncrementNoFence16 __NF_(_InterlockedIncrement16)
354 __INTRIN_INLINE long _InterlockedIncrement16(volatile short * const lpAddend) in _InterlockedIncrement16() function
333 #if !HAS_BUILTIN(_InterlockedIncrement16)334 __INTRIN_INLINE short _InterlockedIncrement16(volatile short * lpAddend) in _InterlockedIncrement16() function649 #if !HAS_BUILTIN(_InterlockedIncrement16)650 __INTRIN_INLINE short _InterlockedIncrement16(volatile short * lpAddend) in _InterlockedIncrement16() function
25 #define InterlockedIncrement16 _InterlockedIncrement16
58 #pragma intrinsic(_InterlockedIncrement16)
51 short _InterlockedIncrement16(_Interlocked_operand_ short volatile * _Addend);