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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp496 static DECLCALLBACK(int) vboxServiceThread(RTTHREAD ThreadSelf, void *pvUser) function
622 rc = RTThreadCreate(&g_aServices[j].Thread, vboxServiceThread, (void *)(uintptr_t)j, 0,

Completed in 34 milliseconds