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

/vbox/src/VBox/Runtime/r3/posix/
H A Dfileaio-posix.cpp59 #ifndef AIO_LISTIO_MAX
60 # define AIO_LISTIO_MAX UINT32_MAX macro
64 # undef AIO_LISTIO_MAX
65 # define AIO_LISTIO_MAX 16
150 * Size depends on cMaxRequests and AIO_LISTIO_MAX. */
539 cReqsWaitMax = RT_MIN(cAioReqsMax, AIO_LISTIO_MAX);
645 && (i < AIO_LISTIO_MAX))
767 * If not we hit the AIO_LISTIO_MAX limit

Completed in 49 milliseconds