NAME io_destroy - Destroy an asynchronous I/O context CONTENTS Author "SYNOPSIS" #include <linux/aio.h>
#include <linux/aio.h>
io_destroy removes the asynchronous I/O context from the list of I/O contexts and then destroys it. io_destroy can also cancel any outstanding asynchronous I/O actions on ctx and block on completion.
"RETURN VALUE" io_destroy returns 0 on success. "ERRORS"
io_destroy returns 0 on success.
"ERRORS"
io_destroy is Linux specific and should not be used in programs that are intended to be portable.
"VERSIONS" The asynchronous I/O system calls first appeared in Linux 2.5, August 2002. "SEE ALSO" io_setup(2), io_submit(2), io_getevents(2), io_cancel(2). "NOTES" AUTHOR
The asynchronous I/O system calls first appeared in Linux 2.5, August 2002.
"SEE ALSO" io_setup(2), io_submit(2), io_getevents(2), io_cancel(2). "NOTES" AUTHOR