Home
last modified time | relevance | path

Searched refs:PreviousSuspendCount (Results 1 – 3 of 3) sorted by relevance

/reactos/ntoskrnl/ps/
H A Dstate.c353 OUT PULONG PreviousSuspendCount OPTIONAL) in NtSuspendThread()
362 if ((PreviousSuspendCount) && (PreviousMode != KernelMode)) in NtSuspendThread()
368 ProbeForWriteUlong(PreviousSuspendCount); in NtSuspendThread()
396 if (PreviousSuspendCount) *PreviousSuspendCount = Prev; in NtSuspendThread()
/reactos/dll/win32/kernel32/client/
H A Dthread.c644 ULONG PreviousSuspendCount; in SuspendThread() local
647 Status = NtSuspendThread(hThread, &PreviousSuspendCount); in SuspendThread()
654 return PreviousSuspendCount; in SuspendThread()
/reactos/sdk/include/ndk/
H A Dpsfuncs.h613 _In_ PULONG PreviousSuspendCount
857 _In_ PULONG PreviousSuspendCount