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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAio.cpp128 RTTESTI_CHECK_RC(rc = RTFileAioCtxWait(hAioContext, cReqs, RT_INDEFINITE_WAIT,
/vbox/include/iprt/
H A Dfile.h1141 * RTFileAioCtxWait() is used to wait for completion of requests which were
1144 * RTFileAioCtxWait() return immediately no matter how many requests
1168 * it completed through RTFileAioCtxWait(). The only allowed method is RTFileAioReqCancel()
1177 * RTFileAioCtxWait(). RTFileAioReqGetRC() returns the final result code
1186 * and RTFileAioCtxWait(). RTFileAioCtxWait() must not be called from different
1189 * thread while waiting for completed requests on another thread with RTFileAioCtxWait().
1375 /** When set RTFileAioCtxWait() will always wait for completing requests,
1477 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, RTMSINTERVAL cMillies,
1481 * Forces any RTFileAioCtxWait() cal
[all...]
H A Dmangling.h558 # define RTFileAioCtxWait RT_MANGLER(RTFileAioCtxWait) macro
/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp439 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, RTMSINTERVAL cMillies, function
/vbox/src/VBox/Runtime/r3/win/
H A Dfileaio-win.cpp389 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, RTMSINTERVAL cMillies, function
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp489 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, RTMSINTERVAL cMillies, function
660 * and the next call to RTFileAioCtxWait() will not
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp654 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, RTMSINTERVAL cMillies, function
826 * and the next call to RTFileAioCtxWait() will not
/vbox/src/VBox/Runtime/common/misc/
H A Daiomgr.cpp855 rc = RTFileAioCtxWait(pThis->hAioCtx, 1, RT_INDEFINITE_WAIT, &ahReqsCompleted[0],
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp179 * and the next call to RTFileAioCtxWait() will not
855 RTDECL(int) RTFileAioCtxWait(RTFILEAIOCTX hAioCtx, size_t cMinReqs, RTMSINTERVAL cMillies, function
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFileNormal.cpp1659 rc = RTFileAioCtxWait(pAioMgr->hAioCtx,

Completed in 100 milliseconds