Home
last modified time | relevance | path

Searched refs:nThreads (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/ps/
H A Ddebug.c26 ULONG nThreads = 0; in PspDumpThreads() local
46 nThreads++; in PspDumpThreads()
/reactos/dll/win32/kernel32/client/
H A Dtoolhelp.c226 ULONG i, nProcesses = 0, nThreads = 0, nHeaps = 0, nModules = 0; in TH32CreateSnapshotSectionInitialize() local
264 nThreads += ProcessInfo->NumberOfThreads; in TH32CreateSnapshotSectionInitialize()
274 RequiredSnapshotSize += nThreads * sizeof(THREADENTRY32); in TH32CreateSnapshotSectionInitialize()
434 Snapshot->ThreadListCount = nThreads; in TH32CreateSnapshotSectionInitialize()