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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c53 /* defines for timedwait in __aio_waitn() and __aio_suspend() */
903 * __aio_waitn() cancellation handler.
933 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) function
1203 return (__aio_waitn((void **)list, nent, nwait, timeout));
1210 * __aio_waitn() sets AIO_IO_WAITING to notify _aiodone() that
1217 * Only one __aio_waitn() function waits for completed I/Os at
1764 return (__aio_waitn((void **)list, nent, nwait, timeout));

Completed in 258 milliseconds