NAME aio_error - get error status of asynchronous I/O operation LIBRARY Real-time library ( librt ... SYNOPSIS #include int aio_error(const struct aiocb * aiocbp ); DESCRIPTION T…request error status ( aio_error (3)) is set to ECANCELED . The control block of requests ... operation. (In this case, aio_error (3) will return the status EINPROGRESSS .) If aioc…returns. One tests for completion using aio_error (3). The return status of a completed ... return (3) (returns status -1) and aio_error (3) (error status—whatever one would havereturns. One tests for completion using aio_error (3). The return status of a completed ... return (3) (returns status -1) and aio_error (3) (error status—whatever one would haveonce for any given request, after aio_error (3) returns something other than EINPROGRESS . RETURN ... ALSO aio_cancel (3), aio_error (3), aio_fsync (3), aio_read (3), aio_suspendsuccessful return from aio_suspend (), use aio_error (3) to scan the list of aiocb ... POSIX.1. SEE ALSO aio_cancel (3), aio_error (3), aio_fsync (3), aio_readaiocb_list can be determined using aio_error (3). When an operation has completed ... results. SEE ALSO aio_cancel (3), aio_error (3), aio_fsync (3), aio_returnPOSIX.1-2001. SEE ALSO aio_cancel (3), aio_error (3), aio_read (3), aio_return