Functions | |
static void | _log (const char *line, gearman_verbose_t verbose, void *context) |
static gearman_return_t | _listen_init (gearmand_st *gearmand) |
static void | _listen_close (gearmand_st *gearmand) |
static gearman_return_t | _listen_watch (gearmand_st *gearmand) |
static void | _listen_clear (gearmand_st *gearmand) |
static void | _listen_event (int fd, short events, void *arg) |
static gearman_return_t | _wakeup_init (gearmand_st *gearmand) |
static void | _wakeup_close (gearmand_st *gearmand) |
static gearman_return_t | _wakeup_watch (gearmand_st *gearmand) |
static void | _wakeup_clear (gearmand_st *gearmand) |
static void | _wakeup_event (int fd, short events, void *arg) |
static gearman_return_t | _watch_events (gearmand_st *gearmand) |
static void | _clear_events (gearmand_st *gearmand) |
static void | _close_events (gearmand_st *gearmand) |
static void _log | ( | const char * | line, | |
gearman_verbose_t | verbose, | |||
void * | context | |||
) | [static] |
Definition at line 282 of file gearmand.c.
static gearman_return_t _listen_init | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 288 of file gearmand.c.
static void _listen_close | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 425 of file gearmand.c.
static gearman_return_t _listen_watch | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 447 of file gearmand.c.
static void _listen_clear | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 474 of file gearmand.c.
static void _listen_event | ( | int | fd, | |
short | events, | |||
void * | arg | |||
) | [static] |
static gearman_return_t _wakeup_init | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 543 of file gearmand.c.
static void _wakeup_close | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 577 of file gearmand.c.
static gearman_return_t _wakeup_watch | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 591 of file gearmand.c.
static void _wakeup_clear | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 608 of file gearmand.c.
static void _wakeup_event | ( | int | fd, | |
short | events, | |||
void * | arg | |||
) | [static] |
static gearman_return_t _watch_events | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 693 of file gearmand.c.
static void _clear_events | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 708 of file gearmand.c.
static void _close_events | ( | gearmand_st * | gearmand | ) | [static] |
Definition at line 719 of file gearmand.c.