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

/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp427 RTSEMEVENT hEvtFree; member in struct:SSMSTRM
1841 pStrm->hEvtFree = NIL_RTSEMEVENT;
1881 rc = RTSemEventCreate(&pStrm->hEvtFree);
1926 RTSemEventDestroy(pStrm->hEvtFree);
1927 pStrm->hEvtFree = NIL_RTSEMEVENT;
2132 int rc = RTSemEventSignal(pStrm->hEvtFree);
2166 int rc = RTSemEventWaitNoResume(pStrm->hEvtFree, 30000);
2426 int rc2 = RTSemEventSignal(pStrm->hEvtFree);
3073 RTSemEventSignal(pStrm->hEvtFree);

Completed in 62 milliseconds