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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp343 supSvcLogError("supSvcGrantThread(%s): Butchered; %Rrc: %s",
467 static DECLCALLBACK(int) supSvcGrantThread(RTTHREAD hThread, void *pvThis) function
482 supSvcLogError("supSvcGrantThread - RTCritSectEnter returns %Rrc", rc);
487 LogFlow(("supSvcGrantThread: switching %s\n", supSvcGrantStateName(enmState)));
518 Log(("supSvcGrantThread: supSvcGrantDoListening returns %Rrc, exiting\n", rc));
525 Log(("supSvcGrantThread: Done\n"));
665 rc = RTThreadCreate(&pThis->hThread, supSvcGrantThread, pThis, 0, RTTHREADTYPE_DEFAULT, RTTHREADFLAGS_WAITABLE, "GRANT");

Completed in 45 milliseconds