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

/vbox/src/VBox/Runtime/r3/solaris/
H A Dfileaio-solaris.cpp483 int cRequestsToWait = RT_MIN(cReqs, AIO_MAXIMUM_REQUESTS_PER_CONTEXT); local
487 rcSol = port_getn(pCtxInt->iPort, &aPortEvents[0], cRequestsToWait, &cRequests, pTimeout);
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dfileaio-freebsd.cpp536 int cRequestsToWait = cMinReqs < AIO_MAXIMUM_REQUESTS_PER_CONTEXT ? cReqs : AIO_MAXIMUM_REQUESTS_PER_CONTEXT; local
541 rcBSD = kevent(pCtxInt->iKQueue, NULL, 0, aKEvents, cRequestsToWait, pTimeout);
/vbox/src/VBox/Runtime/r3/linux/
H A Dfileaio-linux.cpp706 int cRequestsToWait = RT_MIN(cReqs, AIO_MAXIMUM_REQUESTS_PER_CONTEXT); local
708 rc = rtFileAsyncIoLinuxGetEvents(pCtxInt->AioContext, cMinReqs, cRequestsToWait, &aPortEvents[0], pTimeout);

Completed in 48 milliseconds