ReactOS 0.4.16-dev-927-g467dec4
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID NTAPI | KxFreezeExecution (VOID) |
VOID NTAPI | KxThawExecution (VOID) |
KCONTINUE_STATUS NTAPI | KxSwitchKdProcessor (_In_ ULONG ProcessorIndex) |
Definition at line 16 of file freeze.c.
Referenced by KeBugCheckWithTf().
KCONTINUE_STATUS NTAPI KxSwitchKdProcessor | ( | _In_ ULONG | ProcessorIndex | ) |
Definition at line 32 of file freeze.c.
Referenced by KdpSwitchProcessor().