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

/vbox/src/VBox/HostDrivers/VBoxNetAdp/darwin/
H A DVBoxNetAdp-darwin.cpp203 RTSemEventSignal(pThis->u.s.hEvtDetached);
245 pThis->u.s.hEvtDetached = NIL_RTSEMEVENT;
246 rc = RTSemEventCreate(&pThis->u.s.hEvtDetached);
314 RTSemEventDestroy(pThis->u.s.hEvtDetached);
315 pThis->u.s.hEvtDetached = NIL_RTSEMEVENT;
328 Assert(pThis->u.s.hEvtDetached != NIL_RTSEMEVENT);
344 rc = RTSemEventWait(pThis->u.s.hEvtDetached, VBOXNETADP_DETACH_TIMEOUT);
352 RTSemEventDestroy(pThis->u.s.hEvtDetached);
353 pThis->u.s.hEvtDetached = NIL_RTSEMEVENT;
450 pThis->u.s.hEvtDetached
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetAdp/
H A DVBoxNetAdpInternal.h99 RTSEMEVENT hEvtDetached; member in struct:VBoxNetAdapter::__anon16402::__anon16403

Completed in 454 milliseconds