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

/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp875 static DECLCALLBACK(int) drvR3IntNetRecvThread(RTTHREAD ThreadSelf, void *pvUser) function
878 LogFlow(("drvR3IntNetRecvThread: pThis=%p\n", pThis));
895 LogFlow(("drvR3IntNetRecvThread: returns %Rrc\n", rc));
907 LogFlow(("drvR3IntNetRecvThread: returns %Rrc\n", rc));
916 LogFlow(("drvR3IntNetRecvThread: returns VINF_SUCCESS\n"));
1812 rc = RTThreadCreate(&pThis->hRecvThread, drvR3IntNetRecvThread, pThis, 0,

Completed in 37 milliseconds