RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Functions
aio_suspend.c File Reference

Wait for Asynchronous I/O Request. More...

#include <aio.h>
#include <errno.h>
#include <pthread.h>
#include <rtems/posix/aio_misc.h>
#include <stdlib.h>
#include <rtems/score/basedefs.h>
#include <rtems/seterr.h>
#include <rtems/timespec.h>

Functions

int aio_suspend (const struct aiocb *const list[], int nent, const struct timespec *timeout)
 

Detailed Description

Wait for Asynchronous I/O Request.