ReactOS 0.4.16-dev-2-g02a6913
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | THREAD_BOOST_PRIORITY (LOW_REALTIME_PRIORITY - 1) |
Functions | |
VOID NTAPI | KiScanReadyQueues (IN PKDPC Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2) |
VOID NTAPI | KeBalanceSetManager (IN PVOID Context) |
Variables | |
ULONG | KiReadyScanLast |
#define THREAD_BOOST_PRIORITY (LOW_REALTIME_PRIORITY - 1) |
Definition at line 137 of file balmgr.c.
Referenced by MmInitBsmThread().
VOID NTAPI KiScanReadyQueues | ( | IN PKDPC | Dpc, |
IN PVOID | DeferredContext, | ||
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2 | ||
) |
Definition at line 24 of file balmgr.c.
Referenced by KeBalanceSetManager().
ULONG KiReadyScanLast |
Definition at line 18 of file balmgr.c.
Referenced by KeBalanceSetManager().