Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ps/
H A Dpsnotify.c19 ULONG PspThreadNotifyRoutineCount, PspProcessNotifyRoutineCount; variable
233 InterlockedDecrement((PLONG)&PspThreadNotifyRoutineCount); in PsRemoveCreateThreadNotifyRoutine()
279 InterlockedIncrement((PLONG)&PspThreadNotifyRoutineCount); in PsSetCreateThreadNotifyRoutine()
/reactos/ntoskrnl/include/internal/
H A Dps_x.h46 if (PspThreadNotifyRoutineCount) in PspRunCreateThreadNotifyRoutines()
H A Dps.h463 extern ULONG PspThreadNotifyRoutineCount, PspProcessNotifyRoutineCount;