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

/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp74 RTSEMEVENT hIrqEvent; member in struct:PCIRAWDEV
124 RTSemEventSignal(pThis->hIrqEvent);
221 if (pThis->hIrqEvent)
222 RTSemEventSignal(pThis->hIrqEvent);
227 if (pThis->hIrqEvent)
229 RTSemEventDestroy(pThis->hIrqEvent);
230 pThis->hIrqEvent = NIL_RTSEMEVENT;
578 rc = RTSemEventCreate(&pNew->hIrqEvent);
597 RTSemEventDestroy(pNew->hIrqEvent);
881 rc = RTSemEventWaitNoResume(pDev->hIrqEvent, iTimeou
[all...]

Completed in 2579 milliseconds