Rev | Line | |
---|
[34] | 1 | .TH aio_suspend64 3 2002-09-12 "Linux 2.4" Linux AIO" |
---|
| 2 | .SH NAME |
---|
| 3 | aio_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 |
---|
| 15 | This function is similar to |
---|
| 16 | .IR "aio_suspend" |
---|
| 17 | with the only difference |
---|
| 18 | that the argument is a reference to a variable of type |
---|
| 19 | .IR "struct aiocb64". |
---|
| 20 | |
---|
| 21 | When the sources are compiled with |
---|
| 22 | .IR "_FILE_OFFSET_BITS == 64" |
---|
| 23 | this |
---|
| 24 | function is available under the name |
---|
| 25 | .IR "aio_suspend" |
---|
| 26 | and so |
---|
| 27 | transparently replaces the interface for small files on 32 bit |
---|
| 28 | machines. |
---|
| 29 | .SH "RETURN VALUES" |
---|
| 30 | See |
---|
| 31 | .IR aio_suspend. |
---|
| 32 | .SH ERRORS |
---|
| 33 | See |
---|
| 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.