Pyrogenesis
13997
|
#include "lib/status.h"
#include "lib/os_path.h"
#include "lib/posix/posix_time.h"
#include "lib/sysdep/os/win/wposix/wposix_types.h"
Go to the source code of this file.
Classes | |
union | sigval |
struct | sigevent |
struct | aiocb |
Enumerations | |
enum | { AIO_ALLDONE, AIO_CANCELED, AIO_NOTCANCELED, LIO_WAIT, LIO_NOWAIT, LIO_NOP, LIO_READ, LIO_WRITE } |
Functions | |
int | aio_read (struct aiocb *) |
int | aio_write (struct aiocb *) |
int | lio_listio (int, struct aiocb *const [], int, struct sigevent *) |
int | aio_suspend (const struct aiocb *const [], int, const struct timespec *) |
int | aio_error (const struct aiocb *) |
ssize_t | aio_return (struct aiocb *) |
int | aio_cancel (int, struct aiocb *) |
int | aio_fsync (int, struct aiocb *) |
Status | waio_open (const OsPath &pathname, int oflag,...) |
Status | waio_close (int fd) |
LIB_API Status | waio_Preallocate (int fd, off_t size) |
anonymous enum |