aio.h

Overview

Related Modules:

IO

Description:

Declares functions related to asynchronous I/O (AIO) operations.

Since:

1.0

Version:

1.0

Summary

Macros

Macro Name and Value Description
LIO_WAIT   0 Waiting to be notified of the completion of all asynchronous I/O operations.
LIO_NOWAIT   1 Not waiting to be notified of the completion of all asynchronous I/O operations.

Functions

Function Name Description
lio_listio (int mode, struct aiocb restrict const restrict cbs, int cnt, struct sigevent *restrict sev) int Initiates AIO requests.