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

/vbox/src/VBox/Storage/
H A DVD.cpp1894 * @param hEventComplete Event sempahore to wait on for completion.
1896 static int vdIoCtxProcessSync(PVDIOCTX pIoCtx, RTSEMEVENT hEventComplete) argument
1912 rc = RTSemEventWait(hEventComplete, RT_INDEFINITE_WAIT);
2226 RTSEMEVENT hEventComplete = NIL_RTSEMEVENT; local
2228 rc = RTSemEventCreate(&hEventComplete);
2247 IoCtx.Type.Root.pvUser2 = hEventComplete;
2248 rc = vdIoCtxProcessSync(&IoCtx, hEventComplete);
2249 RTSemEventDestroy(hEventComplete);
2325 RTSEMEVENT hEventComplete = NIL_RTSEMEVENT; local
2327 rc = RTSemEventCreate(&hEventComplete);
9336 RTSEMEVENT hEventComplete = NIL_RTSEMEVENT; local
10705 RTSEMEVENT hEventComplete = NIL_RTSEMEVENT; local
[all...]

Completed in 68 milliseconds