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

/vbox/src/VBox/Devices/USB/
H A DVUSBReadAhead.cpp171 static DECLCALLBACK(int) vusbDevReadAheadThread(RTTHREAD Thread, void *pvUser) function
251 Log2(("vusbDevReadAheadThread: still %u packets submitted, waiting before terminating...\n", pThis->cSubmitted));
413 rc = RTThreadCreate(&pThis->hReadAheadThread, vusbDevReadAheadThread, pThis, 0, RTTHREADTYPE_IO, 0 /* fFlags */, "USBISOC");

Completed in 1191 milliseconds