Searched refs:gSPSWakeupEvent (Results 1 – 1 of 1) sorted by relevance
214 DEBUG_LOCAL HANDLE gSPSWakeupEvent = NULL; variable1005 ok = SetWaitableTimer( gSPSWakeupEvent, &timeout, 0, NULL, NULL, TRUE ); in HandlePowerSuspend()1023 if ( gSPSWakeupEvent ) in HandlePowerResumeSuspend()1025 CancelWaitableTimer( gSPSWakeupEvent ); in HandlePowerResumeSuspend()1764 gSPSWakeupEvent = CreateWaitableTimer( NULL, FALSE, NULL ); in SetupNotifications()1765 err = translate_errno( gSPSWakeupEvent, (mStatus) GetLastError(), kUnknownErr ); in SetupNotifications()1874 if ( gSPSWakeupEvent ) in TearDownNotifications()1876 CloseHandle( gSPSWakeupEvent ); in TearDownNotifications()1877 gSPSWakeupEvent = NULL; in TearDownNotifications()2005 *waitItemPtr++ = gSPSWakeupEvent; in SetupWaitList()[all …]