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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp163 static DECLCALLBACK(int) supSvcGrantSessionThread(RTTHREAD hThread, void *pvSession) function
167 Log(("supSvcGrantSessionThread(%p):\n", pThis));
185 Log(("supSvcGrantSessionThread(%p): No parent\n", pThis));
191 Log(("supSvcGrantSessionThread(%p): No session handle\n", pThis));
198 Log(("supSvcGrantSessionThread(%p): exits\n"));
397 rc = RTThreadCreate(&pSession->hThread, supSvcGrantSessionThread, pSession, 0,

Completed in 34 milliseconds