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

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp196 RTSEMEVENT hEventMoreRxDescAvail; member in struct:VNetState_st
494 && pThis->hEventMoreRxDescAvail != NIL_RTSEMEVENT)
498 RTSemEventSignal(pThis->hEventMoreRxDescAvail);
681 RTSemEventWait(pThis->hEventMoreRxDescAvail, cMillies);
1942 if (pThis->hEventMoreRxDescAvail != NIL_RTSEMEVENT)
1944 RTSemEventSignal(pThis->hEventMoreRxDescAvail);
1945 RTSemEventDestroy(pThis->hEventMoreRxDescAvail);
1946 pThis->hEventMoreRxDescAvail = NIL_RTSEMEVENT;
1966 pThis->hEventMoreRxDescAvail = NIL_RTSEMEVENT;
2106 rc = RTSemEventCreate(&pThis->hEventMoreRxDescAvail);
[all...]
H A DDevE1000.cpp1118 RTSEMEVENT hEventMoreRxDescAvail; member in struct:E1kState_st
1595 && pThis->hEventMoreRxDescAvail != NIL_RTSEMEVENT)
1599 RTSemEventSignal(pThis->hEventMoreRxDescAvail);
6205 RTSemEventWait(pThis->hEventMoreRxDescAvail, cMillies);
7325 if (pThis->hEventMoreRxDescAvail != NIL_RTSEMEVENT)
7327 RTSemEventSignal(pThis->hEventMoreRxDescAvail);
7328 RTSemEventDestroy(pThis->hEventMoreRxDescAvail);
7329 pThis->hEventMoreRxDescAvail = NIL_RTSEMEVENT;
7429 pThis->hEventMoreRxDescAvail = NIL_RTSEMEVENT;
7715 rc = RTSemEventCreate(&pThis->hEventMoreRxDescAvail);
[all...]

Completed in 106 milliseconds