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

/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp97 RTSEMEVENT hPollerSleepEvent; member in struct:DRVACPI
893 rc = RTSemEventWait(pThis->hPollerSleepEvent, 20000);
903 RTSemEventSignal(pThis->hPollerSleepEvent);
927 if (pThis->hPollerSleepEvent != NIL_RTSEMEVENT)
929 RTSemEventDestroy(pThis->hPollerSleepEvent);
930 pThis->hPollerSleepEvent = NIL_RTSEMEVENT;
952 pThis->hPollerSleepEvent = NIL_RTSEMEVENT;
996 rc = RTSemEventCreate(&pThis->hPollerSleepEvent);

Completed in 34 milliseconds