RTEMS 6.1-rc6
|
A chain of requests for the same FD. More...
#include <aio_misc.h>
Data Fields | |
rtems_chain_node | next_fd |
Order fd chains in queue. | |
rtems_chain_control | perfd |
Chain of requests for this fd. | |
int | fildes |
File descriptor to be processed. | |
int | new_fd |
Indicates if this is a newly created chain. | |
pthread_mutex_t | mutex |
pthread_cond_t | cond |
A chain of requests for the same FD.