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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp134 RTSEMEVENT hSessionEvent; member in struct:SUPSVCGRANT
195 RTSemEventSignal(pParent->hSessionEvent);
656 rc = RTSemEventCreate(&pThis->hSessionEvent);
710 RTSemEventDestroy(pThis->hSessionEvent);
711 pThis->hSessionEvent = NIL_RTSEMEVENT;
852 rc = RTSemEventWait(pThis->hSessionEvent, 60*1000 - u64Elapsed);
932 rc = RTSemEventWait(pThis->hSessionEvent, 60*1000 - u64Elapsed);
991 RTSemEventDestroy(pThis->hSessionEvent);
992 pThis->hSessionEvent = NIL_RTSEMEVENT;

Completed in 43 milliseconds