- Intro
- introduction to asynchronous I/O library routines
- aio_cancel
- asynchronous cancel
- aio_cancel64
- asynchronous cancel (supports large files)
- aio_error
- retrieve asynchronous I/O error status
- aio_error64
- retrieve asynchronous I/O error status (supports large files)
- aio_fsync
- asynchronously force I/O completion
- aio_fsync64
- asynchronously force I/O completion (supports large files)
- aio_memlock
- memory locking function
- aio_read
- asynchronous read
- aio_read64
- asynchronous read (supports large files)
- aio_return
- retrieve return status of asynchronous I/O operation
- aio_return64
- retrieve return status of asynchronous I/O operation (supports large files)
- aio_suspend
- suspend until asynchronous I/O completes
- aio_suspend64
- suspend until asynchronous I/O completes (supports large files)
- aio_write
- asynchronous write
- aio_write64
- asynchronous write (supports large files)
- lio_listio
- issue list of I/O requests
- lio_listio64
- issue list of I/O requests (supports large files)