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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp89 static RTSEMEVENT g_hEvtWindowsService; variable
727 if (g_hEvtWindowsService != NIL_RTSEMEVENT)
730 int rc2 = RTSemEventSignal(g_hEvtWindowsService);
755 rc = RTSemEventCreate(&g_hEvtWindowsService);
759 rc = RTSemEventWait(g_hEvtWindowsService, RT_INDEFINITE_WAIT);
762 RTSemEventDestroy(g_hEvtWindowsService);
763 g_hEvtWindowsService = NIL_RTSEMEVENT;

Completed in 34 milliseconds