Apache2
|
#include <mpm_fdqueue.h>
Public Member Functions | |
APR_RING_HEAD (timers_t, timer_event_t) timers | |
Data Fields | |
fd_queue_elem_t * | data |
unsigned int | nelts |
unsigned int | bounds |
unsigned int | in |
unsigned int | out |
apr_thread_mutex_t * | one_big_mutex |
apr_thread_cond_t * | not_empty |
volatile int | terminated |
fd_queue_t::APR_RING_HEAD | ( | timers_t | , |
timer_event_t | |||
) |
unsigned int fd_queue_t::bounds |
fd_queue_elem_t* fd_queue_t::data |
unsigned int fd_queue_t::in |
unsigned int fd_queue_t::nelts |
apr_thread_cond_t* fd_queue_t::not_empty |
apr_thread_mutex_t* fd_queue_t::one_big_mutex |
unsigned int fd_queue_t::out |
volatile int fd_queue_t::terminated |