RTEMS 6.1-rc6
|
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. | |
The queue of all the requests in progress and waiting to be processed.