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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3086 static DECLCALLBACK(int) threadRemoteUSB(RTTHREAD self, void *pvUser) function
3090 LogFlow(("Console::threadRemoteUSB: start. owner = %p.\n", pOwner));
3105 LogFlow(("Console::threadRemoteUSB: iteration. owner = %p.\n", pOwner));
3143 rc = RTThreadCreate(&mUSBBackends.thread, threadRemoteUSB, this, 65536,

Completed in 67 milliseconds