4 // Test elements of the AIO control struct.
5 element {struct aiocb} int aio_fildes
6 element {struct aiocb} off_t aio_offset
7 element {struct aiocb} {volatile void*} aio_buf
8 element {struct aiocb} size_t aio_nbytes
9 element {struct aiocb} int aio_reqprio
10 element {struct aiocb} {struct sigevent} aio_sigevent
11 element {struct aiocb} int aio_lio_opcode
14 constant AIO_NOTCANCELED
22 function int aio_cancel (int, struct aiocb*)
23 function int aio_error (const struct aiocb*)
24 function int aio_fsync (int, struct aiocb*)
25 function int aio_read (struct aiocb*)
26 function ssize_t aio_return (struct aiocb*)
27 function int aio_suspend (const struct aiocb* const[], int, const struct timespec*)
28 function int aio_write (struct aiocb*)
29 function int lio_listio (int, struct aiocb *const[], int, struct sigevent*)
34 allow-header sys/types.h