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 237 of file gearmand_thread.c.
static void _log | ( | const char * | line, |
gearman_verbose_t | verbose, | ||
void * | context | ||
) | [static] |
Definition at line 254 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 271 of file gearmand_thread.c.
static void _wakeup_close | ( | gearmand_thread_st * | thread | ) | [static] |
Definition at line 313 of file gearmand_thread.c.
static void _wakeup_clear | ( | gearmand_thread_st * | thread | ) | [static] |
Definition at line 327 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 412 of file gearmand_thread.c.