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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c52 /* defines for timedwait in __aio_waitn() and __aio_suspend() */
910 * __aio_waitn() cancellation handler.
940 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) function
1210 return (__aio_waitn((void **)list, nent, nwait, timeout));
1217 * __aio_waitn() sets AIO_IO_WAITING to notify _aiodone() that
1224 * Only one __aio_waitn() function waits for completed I/Os at
1789 return (__aio_waitn((void **)list, nent, nwait, timeout));

Completed in 18 milliseconds