Home
last modified time | relevance | path

Searched refs:_InterlockedIncrement16 (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/xdk/
H A Dinterlocked.h206 #define InterlockedIncrement16 _InterlockedIncrement16
207 #define InterlockedIncrementAcquire16 __ACQ_(_InterlockedIncrement16)
208 #define InterlockedIncrementRelease16 __REL_(_InterlockedIncrement16)
209 #define InterlockedIncrementNoFence16 __NF_(_InterlockedIncrement16)
/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_arm.h354 __INTRIN_INLINE long _InterlockedIncrement16(volatile short * const lpAddend) in _InterlockedIncrement16() function
H A Dintrin_x86.h333 #if !HAS_BUILTIN(_InterlockedIncrement16)
334 __INTRIN_INLINE short _InterlockedIncrement16(volatile short * lpAddend) in _InterlockedIncrement16() function
649 #if !HAS_BUILTIN(_InterlockedIncrement16)
650 __INTRIN_INLINE short _InterlockedIncrement16(volatile short * lpAddend) in _InterlockedIncrement16() function
/reactos/ntoskrnl/include/internal/
H A Dntoskrnl.h25 #define InterlockedIncrement16 _InterlockedIncrement16
/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h58 #pragma intrinsic(_InterlockedIncrement16)
/reactos/sdk/include/vcruntime/
H A Dintrin.h51 short _InterlockedIncrement16(_Interlocked_operand_ short volatile * _Addend);