|
Apache HTTPD
|
Classes | |
| struct | ap_conn_producer_active |
| struct | ap_conn_producer_idle |
| struct | h2_slots_busy |
| struct | h2_slots_free |
| struct | h2_slots_idle |
| struct | h2_slots_zombie |
Definition at line 75 of file h2_workers.c.
Definition at line 82 of file h2_workers.c.
| volatile apr_uint32_t h2_workers::active_slots |
Definition at line 86 of file h2_workers.c.
| struct apr_thread_cond_t* h2_workers::all_done |
Definition at line 102 of file h2_workers.c.
| struct h2_workers::h2_slots_busy h2_workers::busy |
| int h2_workers::dynamic |
Definition at line 84 of file h2_workers.c.
| struct h2_workers::h2_slots_free h2_workers::free |
| struct h2_workers::h2_slots_idle h2_workers::idle |
| volatile apr_time_t h2_workers::idle_limit |
Definition at line 81 of file h2_workers.c.
| volatile apr_uint32_t h2_workers::idle_slots |
Definition at line 87 of file h2_workers.c.
| struct apr_thread_mutex_t* h2_workers::lock |
Definition at line 100 of file h2_workers.c.
| apr_uint32_t h2_workers::max_slots |
Definition at line 79 of file h2_workers.c.
| apr_uint32_t h2_workers::min_active |
Definition at line 80 of file h2_workers.c.
| apr_pool_t* h2_workers::pool |
Definition at line 77 of file h2_workers.c.
| struct h2_workers::ap_conn_producer_active h2_workers::prod_active |
| struct apr_thread_cond_t* h2_workers::prod_done |
Definition at line 101 of file h2_workers.c.
| struct h2_workers::ap_conn_producer_idle h2_workers::prod_idle |
| server_rec* h2_workers::s |
Definition at line 76 of file h2_workers.c.
Definition at line 83 of file h2_workers.c.
| h2_slot* h2_workers::slots |
Definition at line 90 of file h2_workers.c.
| apr_threadattr_t* h2_workers::thread_attr |
Definition at line 89 of file h2_workers.c.
| struct h2_workers::h2_slots_zombie h2_workers::zombie |