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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c48 cond_t _aio_waitn_cv = DEFAULTCV; /* wait for end of aio_waitn */
918 /* check for pending aio_waitn() calls */
929 * aio_waitn can be used to reap the results of several I/O operations that
932 * aio_waitn waits until "nwait" I/Os (supplied as a parameter) have
935 * completed is returned in "nwait". Otherwise aio_waitn might also
936 * return if the timeout expires. Additionally, aio_waitn returns 0 if
960 * Only one running aio_waitn call per process allowed.
1207 aio_waitn(aiocb_t *list[], uint_t nent, uint_t *nwait, function
1220 * aio_waitn() is woken up when

Completed in 23 milliseconds