Home
last modified time | relevance | path

Searched defs:InterlockedExchangeAdd (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/lib/rtl/
H A Drtl.h62 #define InterlockedExchangeAdd _InterlockedExchangeAdd macro
/reactos/ntoskrnl/ex/
H A Dexintrin.c88 InterlockedExchangeAdd(IN OUT LONG volatile *Addend, in InterlockedExchangeAdd() function
/reactos/ntoskrnl/include/internal/
H A Dntoskrnl.h30 #define InterlockedExchangeAdd _InterlockedExchangeAdd macro
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_nt.h38 InterlockedExchangeAdd(PLONG addr, LONG i) { in InterlockedExchangeAdd() function
/reactos/dll/win32/kernel32/client/
H A Dsynch.c59 InterlockedExchangeAdd(IN OUT LONG volatile *Addend, in InterlockedExchangeAdd() function
/reactos/sdk/include/xdk/
H A Dinterlocked.h181 #define InterlockedExchangeAdd _InterlockedExchangeAdd macro
H A Dwinnt_old.h6 #define InterlockedExchangeAdd(a,b) _InterlockedExchangeAdd((long*)a,b) macro