IO_DESTROY(2) Linux Programmer’s Manual IO_DESTROY(2)
NAME
io_destroy - Destroy an asynchronous I/O context
SYNOPSIS
#include <libaio.h>
int io_destroy (io_context_t ctx);
DESCRIPTION
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 ac-
tions on ctx and block on completion.
RETURN VALUE
io_destroy returns 0 on success.
ERRORS
EINVAL The AIO context specified by ctx is invalid.
EFAULT The context pointed to is invalid.
ENOSYS io_destroy is not implemented on this architecture.
CONFORMING TO
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
The asynchronous I/O system calls were written by Benjamin LaHaise.
AUTHOR
Kent Yoder.
Linux 2.4 2003-02-21 IO_DESTROY(2)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/1.3.41 (Unix) PHP/5.2.5 mod_perl/1.30 mod_gzip/1.3.26.1a
Under GNU General Public License
2009-01-09 08:28 @38.103.63.58 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)