RTEMS 6.1-rc5
|
Function Initiates a List of I/O Requests with Single Function Call. More...
#include <aio.h>
#include <errno.h>
#include <fcntl.h>
#include <rtems/posix/aio_misc.h>
#include <rtems/seterr.h>
#include <stdlib.h>
#include <pthread.h>
#include <rtems/score/basedefs.h>
Functions | |
int | lio_listio (int mode, struct aiocb *__restrict const list[__restrict], int nent, struct sigevent *__restrict sig) |
Function Initiates a List of I/O Requests with Single Function Call.