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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c65 static long aio_list_max = 0; variable
143 if (aio_list_max == 0)
144 aio_list_max = sysconf(_SC_AIO_LISTIO_MAX);
146 if (nent <= 0 || nent > aio_list_max) {
1345 if (aio_list_max == 0)
1346 aio_list_max = sysconf(_SC_AIO_LISTIO_MAX);
1348 if (nent <= 0 || nent > aio_list_max) {

Completed in 17 milliseconds