Searched refs:hLocalGPAppliedEvent (Results 1 – 1 of 1) sorted by relevance
61 static HANDLE hLocalGPAppliedEvent = NULL; variable160 if (hLocalGPAppliedEvent != NULL) in GPNotificationThreadProc()162 WaitHandles[2] = hLocalGPAppliedEvent; in GPNotificationThreadProc()199 if (hLocalGPAppliedEvent != NULL) in GPNotificationThreadProc()202 hLocalGPAppliedEvent = NULL; in GPNotificationThreadProc()235 if (hLocalGPAppliedEvent != NULL) in GPNotificationThreadProc()237 CloseHandle(hLocalGPAppliedEvent); in GPNotificationThreadProc()238 hLocalGPAppliedEvent = NULL; in GPNotificationThreadProc()322 if (!bMachine && hLocalGPAppliedEvent == NULL) in RegisterGPNotification()333 hLocalGPAppliedEvent = CreateGPEvent(FALSE, in RegisterGPNotification()[all …]