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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp285 * @param fOwnCritSect Whether we own the crit sect already. The state is preserved.
287 static int supSvcGrantCleanUpSessions(PSUPSVCGRANT pThis, bool fOwnCritSect) argument
332 * @param fOwnCritSect Whether we own the crit sect already.
336 static int supSvcGrantThreadButchered(PSUPSVCGRANT pThis, bool fOwnCritSect, const char *pszFailed, int rc) argument
339 if (!fOwnCritSect)
403 return supSvcGrantThreadButchered(pThis, false /* fOwnCritSect */, "RTCritSectLeave", rc);
421 supSvcGrantThreadButchered(pThis, false /* fOwnCritSect */, "RTCritSectEnter", rc);
449 return supSvcGrantThreadButchered(pThis, false /* fOwnCritSect */, "RTLocalIpcServerListen", rc);
495 return supSvcGrantThreadButchered(pThis, true /* fOwnCritSect*/, "RTSemEventSignal", rc);
503 return supSvcGrantThreadButchered(pThis, false /* fOwnCritSect*/, "RTThreadUserWai
[all...]

Completed in 45 milliseconds