#include <structs.h>
Data Fields | |
gearmand_thread_options_t | options |
uint32_t | count |
uint32_t | dcon_count |
uint32_t | dcon_add_count |
uint32_t | free_dcon_count |
int | wakeup_fd [2] |
gearmand_thread_st * | next |
gearmand_thread_st * | prev |
gearmand_st * | gearmand |
struct event_base * | base |
gearmand_con_st * | dcon_list |
gearmand_con_st * | dcon_add_list |
gearmand_con_st * | free_dcon_list |
gearman_server_thread_st | server_thread |
struct event | wakeup_event |
pthread_t | id |
pthread_mutex_t | lock |
Definition at line 260 of file structs.h.
uint32_t gearmand_thread_st::count |
uint32_t gearmand_thread_st::dcon_count |
uint32_t gearmand_thread_st::dcon_add_count |
uint32_t gearmand_thread_st::free_dcon_count |
struct event_base* gearmand_thread_st::base [read] |
struct event gearmand_thread_st::wakeup_event [read] |
pthread_t gearmand_thread_st::id |
pthread_mutex_t gearmand_thread_st::lock |