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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp369 supSvcLogError("supSvcGrantThreadListen: failed to allocate session");
396 Log(("supSvcGrantThreadListen: starting session %p\n", pSession));
412 supSvcLogError("supSvcGrantThreadListen: RTThreadCreate returns %Rrc", rc);
415 Log(("supSvcGrantThreadListen: dropping connection, state %s\n", supSvcGrantStateName(enmState)));
435 static int supSvcGrantThreadListen(PSUPSVCGRANT pThis) function
445 LogFlow(("supSvcGrantThreadListen: cancelled\n"));
515 rc = supSvcGrantThreadListen(pThis);

Completed in 44 milliseconds