aio_return(3) Library Functions Manual aio_return(3) aio_return - - LIBRARY Real-time library (librt, -lrt) #include ssize_t aio_return(struct aiocb *aiocbp); aio_return() -, aiocbp ( aiocb aio(7)). , aio_error(3) , EINPROGRESS. If the asynchronous I/O operation has completed, this function returns the value that would have been returned in case of a synchronous read(2), write(2), fsync(2), or fdatasync(2), call. On error, -1 is returned, and errno is set to indicate the error. - , aio_return() . EINVAL aiocbp -, . ENOSYS aio_return() . attributes(7). +----------------------------+----------------------------------------------------------+--------------------------+ | | | | +----------------------------+----------------------------------------------------------+--------------------------+ |aio_return() | | MT-Safe | +----------------------------+----------------------------------------------------------+--------------------------+ POSIX.1-2008. glibc 2.1. POSIX.1-2001. aio(7). aio_cancel(3), aio_error(3), aio_fsync(3), aio_read(3), aio_suspend(3), aio_write(3), lio_listio(3), aio(7) Dmitry Bolkhovskikh Yuri Kozlov ; GNU (GNU General Public License - GPL, 3 ) , - . - , , <>. Linux man-pages 6.8 2 2024 . aio_return(3)