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

/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp328 static DECLCALLBACK(int) drvTAPAsyncIoThread(PPDMDRVINS pDrvIns, PPDMTHREAD pThread) function
331 LogFlow(("drvTAPAsyncIoThread: pThis=%p\n", pThis));
406 LogFlow(("drvTAPAsyncIoThread: %-4d bytes at %llu ns deltas: r=%llu t=%llu\n",
410 Log2(("drvTAPAsyncIoThread: cbRead=%#x\n" "%.*Rhxd\n", cbRead, cbRead, achBuf));
418 LogFlow(("drvTAPAsyncIoThread: RTFileRead -> %Rrc\n", rc));
427 LogFlow(("drvTAPAsyncIoThread: Control message: enmState=%d revents=%#x\n", pThread->enmState, aFDs[1].revents));
453 LogFlow(("drvTAPAsyncIoThread: returns %Rrc\n", VINF_SUCCESS));
992 rc = PDMDrvHlpThreadCreate(pDrvIns, &pThis->pThread, pThis, drvTAPAsyncIoThread, drvTapAsyncIoWakeup, 128 * _1K, RTTHREADTYPE_IO, "TAP");

Completed in 44 milliseconds