Apache2
simple_core_t Struct Reference

#include <simple_types.h>

Collaboration diagram for simple_core_t:

Public Member Functions

 APR_RING_HEAD (simple_timer_ring_t, simple_timer_t) timer_ring
 

Data Fields

apr_pool_tpool
 
apr_thread_mutex_tmtx
 
int mpm_state
 
int restart_num
 
int run_single_process
 
int run_foreground
 
simple_spawn_type_e spawn_via
 
simple_proc_mgr_t procmgr
 
apr_hash_tchildren
 
apr_pollcb_tpollcb
 
apr_thread_pool_tworkers
 

Member Function Documentation

◆ APR_RING_HEAD()

simple_core_t::APR_RING_HEAD ( simple_timer_ring_t  ,
simple_timer_t   
)

Field Documentation

◆ children

apr_hash_t* simple_core_t::children

◆ mpm_state

int simple_core_t::mpm_state

◆ mtx

apr_thread_mutex_t* simple_core_t::mtx

◆ pollcb

apr_pollcb_t* simple_core_t::pollcb

◆ pool

apr_pool_t* simple_core_t::pool

◆ procmgr

simple_proc_mgr_t simple_core_t::procmgr

◆ restart_num

int simple_core_t::restart_num

◆ run_foreground

int simple_core_t::run_foreground

◆ run_single_process

int simple_core_t::run_single_process

◆ spawn_via

simple_spawn_type_e simple_core_t::spawn_via

◆ workers

apr_thread_pool_t* simple_core_t::workers

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