File: io_destroy.1

package info (click to toggle)
libaio 0.3.106-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 896 kB
  • ctags: 224
  • sloc: ansic: 1,029; makefile: 145; sh: 14
file content (17 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 ");"