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

/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp140 RTSEMEVENT SemEventCancel; member in struct:RTFILEAIOCTXINTERNAL
287 RTSemEventSignal(pCtxInt->SemEventCancel);
494 int rc = RTSemEventWait(pCtxInt->SemEventCancel, RT_INDEFINITE_WAIT);
547 int rc = RTSemEventCreate(&pCtxInt->SemEventCancel);
573 RTSemEventDestroy(pCtxInt->SemEventCancel);

Completed in 46 milliseconds