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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp287 static int supSvcGrantCleanUpSessions(PSUPSVCGRANT pThis, bool fOwnCritSect) function
292 supSvcLogError("supSvcGrantCleanUpSessions: RTCritSectEnter returns %Rrc", rc);
536 rc = supSvcGrantCleanUpSessions(pThis, false /* fOwnCritSect */);
538 return supSvcGrantThreadButchered(pThis, false /* fOwnCritSect */, "supSvcGrantCleanUpSessions", rc);

Completed in 66 milliseconds