io_setup
create an asynchronous I/O context
- Provided by: manpages-dev (Version: 6.18-1)
- Source: manpages
- Report a bug
create an asynchronous I/O context
Asynchronous I/O library (libaio, -laio)
#include <libaio.h>
long io_setup(unsigned int n, io_context_t *ctx_idp);
io_setup() creates an asynchronous I/O context suitable for concurrently processing n operations.
On success, io_setup() returns 0. On error, a negative error code is returned to indicate the error.
See io_setup(2).
libaio.
libaio.