RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Fields
rtems_aio_request_chain Struct Reference

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
 

Detailed Description

A chain of requests for the same FD.


The documentation for this struct was generated from the following file: