libgearman/universal.c File Reference
Gearman State Definitions.
More...
#include "common.h"
Go to the source code of this file.
Functions |
gearman_universal_st * | gearman_universal_create (gearman_universal_st *universal, const gearman_universal_options_t *options) |
gearman_universal_st * | gearman_universal_clone (gearman_universal_st *destination, const gearman_universal_st *source) |
void | gearman_universal_free (gearman_universal_st *universal) |
gearman_return_t | gearman_universal_set_option (gearman_universal_st *universal, gearman_universal_options_t option, bool value) |
int | gearman_universal_timeout (gearman_universal_st *universal) |
void | gearman_universal_set_timeout (gearman_universal_st *universal, int timeout) |
void | gearman_set_log_fn (gearman_universal_st *universal, gearman_log_fn *function, void *context, gearman_verbose_t verbose) |
void | gearman_set_event_watch_fn (gearman_universal_st *universal, gearman_event_watch_fn *function, void *context) |
void | gearman_set_workload_malloc_fn (gearman_universal_st *universal, gearman_malloc_fn *function, void *context) |
void | gearman_set_workload_free_fn (gearman_universal_st *universal, gearman_free_fn *function, void *context) |
void | gearman_free_all_cons (gearman_universal_st *universal) |
gearman_return_t | gearman_flush_all (gearman_universal_st *universal) |
gearman_return_t | gearman_wait (gearman_universal_st *universal) |
gearman_connection_st * | gearman_ready (gearman_universal_st *universal) |
static void | _push_blocking (gearman_universal_st *universal, bool *orig_block_universal) |
static void | _pop_non_blocking (gearman_universal_st *universal, bool orig_block_universal) |
gearman_return_t | gearman_echo (gearman_universal_st *universal, const void *workload, size_t workload_size) |
void | gearman_free_all_packets (gearman_universal_st *universal) |
void | gearman_universal_set_error (gearman_universal_st *universal, const char *function, const char *format,...) |
Detailed Description
Gearman State Definitions.
Definition in file universal.c.