Home
last modified time | relevance | path

Searched defs:lpAddend (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/vcruntime/mingw32/
H A Dintrin_arm.h339 __INTRIN_INLINE long _InterlockedDecrement(volatile long * const lpAddend) in _InterlockedDecrement()
344 __INTRIN_INLINE long _InterlockedIncrement(volatile long * const lpAddend) in _InterlockedIncrement()
349 __INTRIN_INLINE long _InterlockedDecrement16(volatile short * const lpAddend) in _InterlockedDecrement16()
354 __INTRIN_INLINE long _InterlockedIncrement16(volatile short * const lpAddend) in _InterlockedIncrement16()
H A Dintrin_x86.h313 __INTRIN_INLINE long __cdecl _InterlockedDecrement(volatile long * lpAddend) in _InterlockedDecrement()
320 __INTRIN_INLINE long __cdecl _InterlockedIncrement(volatile long * lpAddend) in _InterlockedIncrement()
327 __INTRIN_INLINE short _InterlockedDecrement16(volatile short * lpAddend) in _InterlockedDecrement16()
334 __INTRIN_INLINE short _InterlockedIncrement16(volatile short * lpAddend) in _InterlockedIncrement16()
342 __INTRIN_INLINE long long _InterlockedDecrement64(volatile long long * lpAddend) in _InterlockedDecrement64()
349 __INTRIN_INLINE long long _InterlockedIncrement64(volatile long long * lpAddend) in _InterlockedIncrement64()
629 __INTRIN_INLINE long _InterlockedDecrement(volatile long * lpAddend) in _InterlockedDecrement()
636 __INTRIN_INLINE long _InterlockedIncrement(volatile long * lpAddend) in _InterlockedIncrement()
643 __INTRIN_INLINE short _InterlockedDecrement16(volatile short * lpAddend) in _InterlockedDecrement16()
650 __INTRIN_INLINE short _InterlockedIncrement16(volatile short * lpAddend) in _InterlockedIncrement16()
[all …]
H A Dintrin_ppc.h292 PPC_QUAL long _InterlockedDecrement(volatile long * const lpAddend) in _InterlockedDecrement()
297 PPC_QUAL long _InterlockedIncrement(volatile long * const lpAddend) in _InterlockedIncrement()
/reactos/dll/win32/kernel32/client/
H A Dsynch.c28 InterlockedIncrement(IN OUT LONG volatile *lpAddend) in InterlockedIncrement()
38 InterlockedDecrement(IN OUT LONG volatile *lpAddend) in InterlockedDecrement()