Go to the documentation of this file.
10#define __WIN32_AIO_H__
12#if HAVE_DISKIO_MODULE_AIO
15typedef int64_t off64_t;
28 union sigval sigev_value;
40 struct sigevent aio_sigevent;
48#if (_FILE_OFFSET_BITS == 64)
58 struct sigevent aio_sigevent;
62int aio_read(
struct aiocb *);
64int aio_write(
struct aiocb *);
66ssize_t aio_return(
struct aiocb *);
68int aio_error(
const struct aiocb *);
70int aio_read64(
struct aiocb64 *);
72int aio_write64(
struct aiocb64 *);
74ssize_t aio_return64(
struct aiocb64 *);
76int aio_error64(
const struct aiocb64 *);
77int aio_open(
const char *,
int);
Introduction
Documentation
Support
Miscellaneous
Web Site Translations
Mirrors