#include <structs.h>
Data Fields | |
gearman_server_thread_options_t | options |
uint32_t | con_count |
uint32_t | io_count |
uint32_t | proc_count |
uint32_t | free_con_count |
uint32_t | free_packet_count |
gearman_st * | gearman |
gearman_server_st * | server |
gearman_server_thread_st * | next |
gearman_server_thread_st * | prev |
gearman_log_fn * | log_fn |
const void * | log_context |
gearman_server_thread_run_fn * | run_fn |
void * | run_fn_arg |
gearman_server_con_st * | con_list |
gearman_server_con_st * | io_list |
gearman_server_con_st * | proc_list |
gearman_server_con_st * | free_con_list |
gearman_server_packet_st * | free_packet_list |
gearman_st | gearman_static |
pthread_mutex_t | lock |
Definition at line 67 of file structs.h.
uint32_t gearman_server_thread_st::con_count |
uint32_t gearman_server_thread_st::io_count |
uint32_t gearman_server_thread_st::proc_count |
const void* gearman_server_thread_st::log_context |
pthread_mutex_t gearman_server_thread_st::lock |