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

/illumos-gate/usr/src/head/
H A Daio.h58 #pragma redefine_extname aio_waitn aio_waitn64
70 #define aio_waitn aio_waitn64 macro
88 #pragma redefine_extname aio_waitn64 aio_waitn
100 #define aio_waitn64 aio_waitn
118 extern int aio_waitn(aiocb_t *[], uint_t, uint_t *,
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c49 cond_t _aio_waitn_cv = DEFAULTCV; /* wait for end of aio_waitn */
911 /* check for pending aio_waitn() calls */
922 * aio_waitn can be used to reap the results of several I/O operations that
925 * aio_waitn waits until "nwait" I/Os (supplied as a parameter) have
928 * completed is returned in "nwait". Otherwise aio_waitn might also
929 * return if the timeout expires. Additionally, aio_waitn returns 0 if
953 * Only one running aio_waitn call per process allowed.
1200 aio_waitn(aiocb_t *list[], uint_t nent, uint_t *nwait, function
1213 * aio_waitn() is woken up when

Completed in 46 milliseconds