Gearmand Thread Definitions. More...
#include "common.h"#include "gearmand.h"Go to the source code of this file.
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) |
| gearman_return_t | gearmand_thread_create (gearmand_st *gearmand) |
| void | gearmand_thread_free (gearmand_thread_st *thread) |
| void | gearmand_thread_wakeup (gearmand_thread_st *thread, gearmand_wakeup_t wakeup) |
| void | gearmand_thread_run (gearmand_thread_st *thread) |
| static void | _run (gearman_server_thread_st *thread __attribute__((unused)), void *fn_arg) |
| static void | _wakeup_event (int fd, short events __attribute__((unused)), void *arg) |
Gearmand Thread Definitions.
Definition in file gearmand_thread.c.
| static void _run | ( | gearman_server_thread_st *thread | __attribute__(unused), | |
| void * | fn_arg | |||
| ) | [static] |
Definition at line 263 of file gearmand_thread.c.
| static void _wakeup_event | ( | int | fd, | |
| short events | __attribute__(unused), | |||
| void * | arg | |||
| ) | [static] |
Definition at line 337 of file gearmand_thread.c.
1.6.3