source: trunk/packages/xen-3.1/xen-3.1/tools/libaio/man/aio_suspend64.3 @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 1.1 KB
Line 
1.TH aio_suspend64 3 2002-09-12 "Linux 2.4" Linux AIO"
2.SH NAME
3aio_suspend64 \- Wait until one or more requests of a specific set terminates
4.SH SYNOPSYS
5.nf
6.B #include <errno.h>
7.sp
8.br
9.B #include <aio.h>
10.sp
11.br
12.BI "int aio_suspend64 (const struct aiocb64 *const list[], int nent, const struct timespec *timeout)"
13.fi
14.SH DESCRIPTION
15This function is similar to
16.IR "aio_suspend"
17with the only difference
18that the argument is a reference to a variable of type
19.IR "struct aiocb64".
20
21When the sources are compiled with
22.IR "_FILE_OFFSET_BITS == 64"
23this
24function is available under the name
25.IR "aio_suspend"
26and so
27transparently replaces the interface for small files on 32 bit
28machines.
29.SH "RETURN VALUES"
30See
31.IR aio_suspend.
32.SH ERRORS
33See
34.IR aio_suspend.
35.SH "SEE ALSO"
36.BR aio(3),
37.BR aio_cancel(3),
38.BR aio_cancel64(3),
39.BR aio_error(3),
40.BR aio_error64(3),
41.BR aio_fsync(3),
42.BR aio_fsync64(3),
43.BR aio_init(3),
44.BR aio_read(3),
45.BR aio_read64(3),
46.BR aio_return(3),
47.BR aio_return64(3),
48.BR aio_suspend(3),
49.BR aio_write(3),
50.BR aio_write64(3),
51.BR errno(3),
Note: See TracBrowser for help on using the repository browser.