ReactOS 0.4.15-dev-7098-ge0c17c3
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define NDEBUG |
Definition at line 16 of file poshtdwn.c.
Definition at line 247 of file poshtdwn.c.
Referenced by NtSetSystemPowerState().
Definition at line 35 of file poshtdwn.c.
Referenced by PoInitSystem().
Definition at line 103 of file poshtdwn.c.
Referenced by PopGracefulShutdown().
Definition at line 318 of file poshtdwn.c.
Referenced by NtSetSystemPowerState().
Definition at line 150 of file poshtdwn.c.
Referenced by PopShutdownSystem().
VOID NTAPI PopShutdownSystem | ( | IN POWER_ACTION | SystemAction | ) |
Definition at line 192 of file poshtdwn.c.
Referenced by PopGracefulShutdown().
NTSTATUS NTAPI PoQueueShutdownWorkItem | ( | _In_ PWORK_QUEUE_ITEM | WorkItem | ) |
Definition at line 367 of file poshtdwn.c.
Definition at line 399 of file poshtdwn.c.
Referenced by RawInputThreadMain().
Definition at line 55 of file poshtdwn.c.
Referenced by PoRequestShutdownEvent().
KEVENT PopShutdownEvent |
Definition at line 24 of file poshtdwn.c.
Referenced by PopInitShutdownList(), PopProcessShutDownLists(), and PoRequestShutdownEvent().
BOOLEAN PopShutdownListAvailable |
Definition at line 28 of file poshtdwn.c.
Referenced by PopInitShutdownList(), PopProcessShutDownLists(), PoQueueShutdownWorkItem(), and PoRequestShutdownWait().
KGUARDED_MUTEX PopShutdownListMutex |
Definition at line 27 of file poshtdwn.c.
Referenced by PopInitShutdownList(), PopProcessShutDownLists(), PoQueueShutdownWorkItem(), and PoRequestShutdownWait().
ULONG PopShutdownPowerOffPolicy |
Definition at line 23 of file poshtdwn.c.
Referenced by PopReadShutdownPolicy(), and PopShutdownSystem().
LIST_ENTRY PopShutdownQueue |
Definition at line 26 of file poshtdwn.c.
Referenced by PopInitShutdownList(), PopProcessShutDownLists(), and PoQueueShutdownWorkItem().
PPOP_SHUTDOWN_WAIT_ENTRY PopShutdownThreadList |
Definition at line 25 of file poshtdwn.c.
Referenced by PopInitShutdownList(), PopProcessShutDownLists(), and PoRequestShutdownWait().