ReactOS 0.4.16-dev-306-g647d351
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID NTAPI | KdpPortLock (VOID) |
VOID NTAPI | KdpPortUnlock (VOID) |
BOOLEAN NTAPI | KdpPollBreakInWithPortLock (VOID) |
BOOLEAN NTAPI | KdPollBreakIn (VOID) |
Definition at line 75 of file kdlock.c.
Referenced by KdInitSystem(), KeUpdateSystemTime(), KiInitializeSystem(), and KiSystemStartup().
Definition at line 35 of file kdlock.c.
Referenced by KdpPrintString().
Definition at line 19 of file kdlock.c.
Referenced by KdDisableDebuggerWithLock(), and KdEnableDebuggerWithLock().
Definition at line 27 of file kdlock.c.
Referenced by KdDisableDebuggerWithLock(), KdEnableDebuggerWithLock(), KdExitDebugger(), and KdPollBreakIn().