Searched refs:hEventReal (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp70 RTSEMEVENT hEventReal; local
81 rc = RTSemEventCreate(&hEventReal);
84 void *pvObj = SUPR0ObjRegister(pSession, SUPDRVOBJTYPE_SEM_EVENT, supR0SemEventDestructor, hEventReal, NULL);
97 RTSemEventDestroy(hEventReal);

Completed in 546 milliseconds