Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int | is_master |
unsigned long | thread_idx |
void * | user_ptr |
const char * | alpn_proto |
Definition at line 1587 of file civetweb.c.
const char* mg_workerTLS::alpn_proto |
Definition at line 1595 of file civetweb.c.
Referenced by worker_thread_run().
int mg_workerTLS::is_master |
Definition at line 1588 of file civetweb.c.
Referenced by master_thread_run(), mg_current_thread_id(), mg_start2(), tls_dtor(), and worker_thread_run().
unsigned long mg_workerTLS::thread_idx |
Definition at line 1589 of file civetweb.c.
Referenced by mg_current_thread_id(), mg_start2(), and worker_thread_run().
void* mg_workerTLS::user_ptr |
Definition at line 1590 of file civetweb.c.
Referenced by master_thread_run(), mg_get_thread_pointer(), and worker_thread_run().