Searched defs:g_pSleepNotifier (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp229 static IONotifier *g_pSleepNotifier = NULL; variable
289 g_pSleepNotifier = registerPrioritySleepWakeInterest(&VbgdDarwinSleepHandler, &g_DevExt, NULL);
290 if (g_pSleepNotifier == NULL)
319 if (g_pSleepNotifier)
321 g_pSleepNotifier->remove();
322 g_pSleepNotifier = NULL;
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp232 static IONotifier *g_pSleepNotifier = NULL; variable
309 g_pSleepNotifier = registerPrioritySleepWakeInterest(&VBoxDrvDarwinSleepHandler, &g_DevExt, NULL);
310 if (g_pSleepNotifier == NULL)
415 if (g_pSleepNotifier)
417 g_pSleepNotifier->remove();
418 g_pSleepNotifier = NULL;

Completed in 49 milliseconds