Apache HTTPD
Public Attributes | List of all members
h2_slot Struct Reference

Public Attributes

struct { 
 
   struct h2_slot *volatile   next 
 
   struct h2_slot *volatile   prev 
 
link 
 
apr_uint32_t id
 
apr_pool_tpool
 
h2_slot_state_t state
 
volatile int should_shutdown
 
volatile int is_idle
 
h2_workersworkers
 
ap_conn_producer_tprod
 
apr_thread_tthread
 
struct apr_thread_cond_tmore_work
 
int activations
 

Detailed Description

Definition at line 61 of file h2_workers.c.

Member Data Documentation

◆ activations

int h2_slot::activations

Definition at line 72 of file h2_workers.c.

◆ id

apr_uint32_t h2_slot::id

Definition at line 63 of file h2_workers.c.

◆ is_idle

volatile int h2_slot::is_idle

Definition at line 67 of file h2_workers.c.

◆ [struct]

struct { ... } h2_slot::link

◆ more_work

struct apr_thread_cond_t* h2_slot::more_work

Definition at line 71 of file h2_workers.c.

◆ next

struct h2_slot* volatile h2_slot::next

Definition at line 62 of file h2_workers.c.

◆ pool

apr_pool_t* h2_slot::pool

Definition at line 64 of file h2_workers.c.

◆ prev

struct h2_slot* volatile h2_slot::prev

Definition at line 62 of file h2_workers.c.

◆ prod

ap_conn_producer_t* h2_slot::prod

Definition at line 69 of file h2_workers.c.

◆ should_shutdown

volatile int h2_slot::should_shutdown

Definition at line 66 of file h2_workers.c.

◆ state

h2_slot_state_t h2_slot::state

Definition at line 65 of file h2_workers.c.

◆ thread

apr_thread_t* h2_slot::thread

Definition at line 70 of file h2_workers.c.

◆ workers

h2_workers* h2_slot::workers

Definition at line 68 of file h2_workers.c.


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