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

/vbox/src/VBox/Devices/USB/
H A DVUSBUrb.cpp2084 * The worker for vusbUrbCancel() which is executed on the I/O thread.
2098 LogFlow(("%s: vusbUrbCancel: Canceling in-flight\n", pUrb->pszDesc));
2116 LogFlow(("%s: vusbUrbCancel: Canceling reaped urb\n", pUrb->pszDesc));
2170 void vusbUrbCancel(PVUSBURB pUrb, CANCELMODE mode) function
2178 * Async version of vusbUrbCancel() - doesn't wait for the cancelling to be complete.

Completed in 48 milliseconds