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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp51 typedef struct SUPSVCGRANT *PSUPSVCGRANT; typedef in typeref:struct:SUPSVCGRANT
64 PSUPSVCGRANT volatile pParent;
181 PSUPSVCGRANT pParent = ASMAtomicReadPtrT(&pThis->pParent, PSUPSVCGRANT);
211 static void supSvcGrantSessionDestroy(PSUPSVCGRANTSESSION pThis, PSUPSVCGRANT pParent)
251 static void supSvcGrantCleanUpSessionsLocked(PSUPSVCGRANT pThis)
287 static int supSvcGrantCleanUpSessions(PSUPSVCGRANT pThis, bool fOwnCritSect)
336 static int supSvcGrantThreadButchered(PSUPSVCGRANT pThis, bool fOwnCritSect, const char *pszFailed, int rc)
361 static int supSvcGrantThreadCreateSession(PSUPSVCGRANT pThis, RTLOCALIPCSESSION hSession)
435 static int supSvcGrantThreadListen(PSUPSVCGRANT pThi
[all...]

Completed in 43 milliseconds