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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c32 * aio_return
58 /* value in aio_returned to indicate that aio_return() has *not* been called */
251 aiocbp->aio_resultp.aio_return = -1;
664 /* aio_return() was called or aiocb is uninitialized */
683 aio_return(aiocb_t *aiocbp) function
691 * The _aiodone() function stores resultp->aio_return before
698 retval = resultp->aio_return;
707 * calls to aio_return() or aio_error() will return the fact that
712 /* aio_return() already called or aiocb is uninitialized */
1453 aiocbp->aio_resultp.aio_return
[all...]

Completed in 22 milliseconds