Gearman Developer Documentation

Functions
Private Gearman Daemon Functions
Gearmand Declarations

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)

Function Documentation

static void _log ( const char *  line,
gearman_verbose_t  verbose,
void *  context 
) [static]

Definition at line 294 of file gearmand.c.

static gearman_return_t _listen_init ( gearmand_st gearmand) [static]

Definition at line 300 of file gearmand.c.

static void _listen_close ( gearmand_st gearmand) [static]

Definition at line 437 of file gearmand.c.

static gearman_return_t _listen_watch ( gearmand_st gearmand) [static]

Definition at line 455 of file gearmand.c.

static void _listen_clear ( gearmand_st gearmand) [static]

Definition at line 479 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 546 of file gearmand.c.

static void _wakeup_close ( gearmand_st gearmand) [static]

Definition at line 580 of file gearmand.c.

static gearman_return_t _wakeup_watch ( gearmand_st gearmand) [static]

Definition at line 594 of file gearmand.c.

static void _wakeup_clear ( gearmand_st gearmand) [static]

Definition at line 611 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 695 of file gearmand.c.

static void _clear_events ( gearmand_st gearmand) [static]

Definition at line 710 of file gearmand.c.

static void _close_events ( gearmand_st gearmand) [static]

Definition at line 721 of file gearmand.c.