Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static void | uv__register_system_resume_callback (void) |
void | uv__init_detect_system_wakeup (void) |
static ULONG CALLBACK | uv__system_resume_callback (PVOID Context, ULONG Type, PVOID Setting) |
void uv__init_detect_system_wakeup | ( | void | ) |
Definition at line 28 of file detect-wakeup.c.
References uv__register_system_resume_callback().
Referenced by uv_init().
|
static |
Definition at line 44 of file detect-wakeup.c.
References _DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS::Callback, _DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS::Context, DEVICE_NOTIFY_CALLBACK, NULL, pPowerRegisterSuspendResumeNotification, and uv__system_resume_callback().
Referenced by uv__init_detect_system_wakeup().
|
static |
Definition at line 35 of file detect-wakeup.c.
References PBT_APMRESUMEAUTOMATIC, PBT_APMRESUMESUSPEND, and uv__wake_all_loops().
Referenced by uv__register_system_resume_callback().