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

The queue of all the requests in progress and waiting to be processed. More...

#include <aio_misc.h>

Data Fields

pthread_mutex_t mutex
 
pthread_cond_t new_req
 
pthread_attr_t attr
 
rtems_chain_control work_req
 Chains being worked by active threads.
 
rtems_chain_control idle_req
 Chains waiting to be processed.
 
unsigned int initialized
 Specific value if queue is initialized.
 
int active_threads
 The number of active threads.
 
int idle_threads
 The number of idle threads.
 
atomic_int queued_requests
 The number of queued requests.
 

Detailed Description

The queue of all the requests in progress and waiting to be processed.


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