io_submit (2) Linux Manual Page
NAME io_submit – submit asynchronous I/O blocks for processing SYNOPSIS #include <linux/aio_abi.h> /* Defines needed types */ int io_submit(aio_context_t ctx_id, long nr, struct iocb **iocbpp); Note: There is no glibc wrapper for this system call; see NOTES. DESCRIPTION Note: this page describes the raw Linux system call interface. The wrapper function provided by libaio uses…
