summaryrefslogtreecommitdiff
path: root/libaio-0.3.109/man/io_destroy.1
diff options
context:
space:
mode:
Diffstat (limited to 'libaio-0.3.109/man/io_destroy.1')
-rw-r--r--libaio-0.3.109/man/io_destroy.117
1 files changed, 17 insertions, 0 deletions
diff --git a/libaio-0.3.109/man/io_destroy.1 b/libaio-0.3.109/man/io_destroy.1
new file mode 100644
index 0000000..177683b
--- /dev/null
+++ b/libaio-0.3.109/man/io_destroy.1
@@ -0,0 +1,17 @@
+.\"/* sys_io_destroy:
+.\" * Destroy the aio_context specified. May cancel any outstanding
+.\" * AIOs and block on completion. Will fail with -ENOSYS if not
+.\" * implemented. May fail with -EFAULT if the context pointed to
+.\" * is invalid.
+.\" */
+.\" libaio provides this as io_queue_release.
+.TH io_destroy 2 2002-09-03 "Linux 2.4" "Linux AIO"
+.SH NAME
+io_destroy \- destroy an io context
+.SH SYNOPSIS
+.B #include <errno.h>
+.br
+.B #include <libaio.h>
+.LP
+.BI "int io_destroy(io_context_t " ctx ");"
+