Module nix::sys::aio
[−]
[src]
Structs
| AioCb |
The basic structure used by all aio functions. Each |
Enums
| AioCancelStat |
Return values for |
| AioFsyncMode |
Mode for |
| LioMode |
Mode for |
| LioOpcode |
When used with |
Functions
| aio_cancel_all |
Cancels outstanding AIO requests. All requests for |
| aio_suspend |
Suspends the calling process until at least one of the specified |
| lio_listio |
Submits multiple asynchronous I/O requests with a single system call. The order in which the requests are carried out is not specified. |