Apache2
fd_queue_t Struct Reference

#include <mpm_fdqueue.h>

Collaboration diagram for fd_queue_t:

Public Member Functions

 APR_RING_HEAD (timers_t, timer_event_t) timers
 

Data Fields

fd_queue_elem_tdata
 
unsigned int nelts
 
unsigned int bounds
 
unsigned int in
 
unsigned int out
 
apr_thread_mutex_tone_big_mutex
 
apr_thread_cond_tnot_empty
 
volatile int terminated
 

Member Function Documentation

◆ APR_RING_HEAD()

fd_queue_t::APR_RING_HEAD ( timers_t  ,
timer_event_t   
)

Field Documentation

◆ bounds

unsigned int fd_queue_t::bounds

◆ data

fd_queue_elem_t* fd_queue_t::data

◆ in

unsigned int fd_queue_t::in

◆ nelts

unsigned int fd_queue_t::nelts

◆ not_empty

apr_thread_cond_t* fd_queue_t::not_empty

◆ one_big_mutex

apr_thread_mutex_t* fd_queue_t::one_big_mutex

◆ out

unsigned int fd_queue_t::out

◆ terminated

volatile int fd_queue_t::terminated

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