|
Apache HTTPD
|
Public Attributes | ||
| struct { | ||
| struct h2_slot *volatile next | ||
| struct h2_slot *volatile prev | ||
| } | link | |
| apr_uint32_t | id | |
| apr_pool_t * | pool | |
| h2_slot_state_t | state | |
| volatile int | should_shutdown | |
| volatile int | is_idle | |
| h2_workers * | workers | |
| ap_conn_producer_t * | prod | |
| apr_thread_t * | thread | |
| struct apr_thread_cond_t * | more_work | |
| int | activations | |
Definition at line 61 of file h2_workers.c.
| int h2_slot::activations |
Definition at line 72 of file h2_workers.c.
| apr_uint32_t h2_slot::id |
Definition at line 63 of file h2_workers.c.
Definition at line 67 of file h2_workers.c.
| struct { ... } h2_slot::link |
| struct apr_thread_cond_t* h2_slot::more_work |
Definition at line 71 of file h2_workers.c.
Definition at line 62 of file h2_workers.c.
| apr_pool_t* h2_slot::pool |
Definition at line 64 of file h2_workers.c.
Definition at line 62 of file h2_workers.c.
| ap_conn_producer_t* h2_slot::prod |
Definition at line 69 of file h2_workers.c.
Definition at line 66 of file h2_workers.c.
| h2_slot_state_t h2_slot::state |
Definition at line 65 of file h2_workers.c.
| apr_thread_t* h2_slot::thread |
Definition at line 70 of file h2_workers.c.
| h2_workers* h2_slot::workers |
Definition at line 68 of file h2_workers.c.