Functions | |
static void * | _thread (void *data) |
static void | _log (const char *line, gearman_verbose_t verbose, void *context) |
static void | _run (gearman_server_thread_st *thread, void *fn_arg) |
static gearman_return_t | _wakeup_init (gearmand_thread_st *thread) |
static void | _wakeup_close (gearmand_thread_st *thread) |
static void | _wakeup_clear (gearmand_thread_st *thread) |
static void | _wakeup_event (int fd, short events, void *arg) |
static void | _clear_events (gearmand_thread_st *thread) |
static void * _thread | ( | void * | data | ) | [static] |
Definition at line 239 of file gearmand_thread.c.
static void _log | ( | const char * | line, | |
gearman_verbose_t | verbose, | |||
void * | context | |||
) | [static] |
Definition at line 258 of file gearmand_thread.c.
static void _run | ( | gearman_server_thread_st * | thread, | |
void * | fn_arg | |||
) | [static] |
static gearman_return_t _wakeup_init | ( | gearmand_thread_st * | thread | ) | [static] |
Definition at line 275 of file gearmand_thread.c.
static void _wakeup_close | ( | gearmand_thread_st * | thread | ) | [static] |
Definition at line 317 of file gearmand_thread.c.
static void _wakeup_clear | ( | gearmand_thread_st * | thread | ) | [static] |
Definition at line 331 of file gearmand_thread.c.
static void _wakeup_event | ( | int | fd, | |
short | events, | |||
void * | arg | |||
) | [static] |
static void _clear_events | ( | gearmand_thread_st * | thread | ) | [static] |
Definition at line 425 of file gearmand_thread.c.