Home
last modified time | relevance | path

Searched defs:gearman_client_st (Results 1 – 4 of 4) sorted by relevance

/dports/devel/gearmand/gearmand-1.0.6/libgearman-1.0/
H A Dclient.h65 struct gearman_client_st struct
67 struct {
74 } options;
75 enum gearman_client_t state;
76 uint32_t new_tasks;
77 uint32_t running_tasks;
78 uint32_t task_count;
79 void *context;
103 gearman_client_st *gearman_client_create(gearman_client_st *client); argument
H A Dconstants.h139 typedef struct gearman_client_st gearman_client_st; typedef
/dports/devel/gearmand/gearmand-1.0.6/tests/libgearman-1.0/
H A Dclient_test.cc789 static test_return_t gearman_client_st_id_t_TEST(gearman_client_st*) in gearman_client_st_id_t_TEST() argument
805 static test_return_t gearman_worker_st_id_t_TEST(gearman_client_st*) in gearman_worker_st_id_t_TEST() argument
/dports/devel/gearmand/gearmand-1.0.6/libgearman/
H A Dclient.cc706 void gearman_client_do_status(gearman_client_st *, uint32_t *numerator, uint32_t *denominator) in gearman_client_do_status() argument