#include <gearmand_thread.h>
Data Fields | |
bool | is_thread_lock |
bool | is_wakeup_event |
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 30 of file gearmand_thread.h.
Definition at line 32 of file gearmand_thread.h.
Definition at line 33 of file gearmand_thread.h.
uint32_t gearmand_thread_st::count |
Definition at line 34 of file gearmand_thread.h.
uint32_t gearmand_thread_st::dcon_count |
Definition at line 35 of file gearmand_thread.h.
uint32_t gearmand_thread_st::dcon_add_count |
Definition at line 36 of file gearmand_thread.h.
uint32_t gearmand_thread_st::free_dcon_count |
Definition at line 37 of file gearmand_thread.h.
Definition at line 38 of file gearmand_thread.h.
Definition at line 39 of file gearmand_thread.h.
Definition at line 40 of file gearmand_thread.h.
Definition at line 41 of file gearmand_thread.h.
struct event_base* gearmand_thread_st::base |
Definition at line 42 of file gearmand_thread.h.
Definition at line 43 of file gearmand_thread.h.
Definition at line 44 of file gearmand_thread.h.
Definition at line 45 of file gearmand_thread.h.
Definition at line 46 of file gearmand_thread.h.
struct event gearmand_thread_st::wakeup_event |
Definition at line 47 of file gearmand_thread.h.
pthread_t gearmand_thread_st::id |
Definition at line 48 of file gearmand_thread.h.
pthread_mutex_t gearmand_thread_st::lock |
Definition at line 49 of file gearmand_thread.h.