Definition at line 2311 of file civetweb.c.
Public Attributes | |
struct mg_callbacks | callbacks |
unsigned int | cfg_worker_threads |
int | context_type |
struct mg_domain_context | dd |
struct pollfd * | listening_socket_fds |
struct socket * | listening_sockets |
pthread_t | masterthreadid |
unsigned int | max_request_size |
pthread_mutex_t | nonce_mutex |
unsigned int | num_listening_sockets |
volatile int | sq_blocked |
pthread_cond_t | sq_empty |
pthread_cond_t | sq_full |
volatile int | sq_head |
int | sq_size |
volatile int | sq_tail |
struct socket * | squeue |
time_t | start_time |
unsigned long | starter_thread_idx |
stop_flag_t | stop_flag |
char * | systemName |
pthread_mutex_t | thread_mutex |
void * | user_data |
struct mg_connection * | worker_connections |
pthread_t * | worker_threadids |
struct mg_callbacks mg_context::callbacks |
Definition at line 2395 of file civetweb.c.
unsigned int mg_context::cfg_worker_threads |
Definition at line 2344 of file civetweb.c.
int mg_context::context_type |
Definition at line 2320 of file civetweb.c.
struct mg_domain_context mg_context::dd |
Definition at line 2405 of file civetweb.c.
struct pollfd* mg_context::listening_socket_fds |
Definition at line 2323 of file civetweb.c.
struct socket* mg_context::listening_sockets |
Definition at line 2322 of file civetweb.c.
pthread_t mg_context::masterthreadid |
Definition at line 2342 of file civetweb.c.
unsigned int mg_context::max_request_size |
Definition at line 2367 of file civetweb.c.
pthread_mutex_t mg_context::nonce_mutex |
Definition at line 2390 of file civetweb.c.
unsigned int mg_context::num_listening_sockets |
Definition at line 2324 of file civetweb.c.
volatile int mg_context::sq_blocked |
Definition at line 2359 of file civetweb.c.
pthread_cond_t mg_context::sq_empty |
Definition at line 2358 of file civetweb.c.
pthread_cond_t mg_context::sq_full |
Definition at line 2357 of file civetweb.c.
volatile int mg_context::sq_head |
Definition at line 2355 of file civetweb.c.
int mg_context::sq_size |
Definition at line 2360 of file civetweb.c.
volatile int mg_context::sq_tail |
Definition at line 2356 of file civetweb.c.
struct socket* mg_context::squeue |
Definition at line 2353 of file civetweb.c.
time_t mg_context::start_time |
Definition at line 2375 of file civetweb.c.
unsigned long mg_context::starter_thread_idx |
Definition at line 2346 of file civetweb.c.
stop_flag_t mg_context::stop_flag |
Definition at line 2339 of file civetweb.c.
char* mg_context::systemName |
Definition at line 2374 of file civetweb.c.
pthread_mutex_t mg_context::thread_mutex |
Definition at line 2340 of file civetweb.c.
void* mg_context::user_data |
Definition at line 2396 of file civetweb.c.
struct mg_connection* mg_context::worker_connections |
Definition at line 2326 of file civetweb.c.
pthread_t* mg_context::worker_threadids |
Definition at line 2345 of file civetweb.c.