Home
last modified time | relevance | path

Searched refs:gearman_worker_options_t (Results 1 – 20 of 20) sorted by relevance

/dports/devel/gearmand/gearmand-1.0.6/libgearman-1.0/
H A Dworker.h166 gearman_worker_options_t gearman_worker_options(const gearman_worker_st *worker);
177 gearman_worker_options_t options);
188 gearman_worker_options_t options);
199 gearman_worker_options_t options);
H A Dconstants.h134 } gearman_worker_options_t; typedef
/dports/devel/gearmand/gearmand-1.0.6/tests/
H A Dstart_worker.cc74 gearman_worker_options_t options;
89 gearman_worker_options_t& options_arg, in context_st()
196 if (context->options != gearman_worker_options_t()) in thread_runner()
238 gearman_worker_options_t options, in test_worker_start()
H A Dstart_worker.h100 gearman_worker_options_t options,
H A Dcli.cc365 …(context->port(), NULL, WORKER_FUNCTION_NAME, echo_react_fn_v2, NULL, gearman_worker_options_t())); in init_SETUP()
366 …xt->port(), NULL, REGRESSION_FUNCTION_833394, echo_react_fn_v2, NULL, gearman_worker_options_t())); in init_SETUP()
H A Dhttpd_test.cc165 …est::default_port(), NULL, WORKER_FUNCTION_NAME, echo_react_fn, NULL, gearman_worker_options_t())); in world_create()
H A Dcycle.cc79 …t_worker_start(context->port, NULL, "success", success_function, NULL, gearman_worker_options_t()); in single_cycle()
H A Dburnin.cc45 …rt(libtest::default_port(), NULL, DEFAULT_WORKER_NAME, func_arg, NULL, gearman_worker_options_t()); in client_test_st()
H A Dbasic.cc216 …est->port(), NULL, worker_function_name, counter_function_fn, &called, gearman_worker_options_t()); in lp_734663()
H A Dround_robin.cc239 gearman_worker_options_t(), in _job_retry_TEST()
H A Dhostile.cc325 …rent_server(), NULL, WORKER_FUNCTION_NAME, echo_react_fn, NULL, gearman_worker_options_t())) == NU… in worker_ramp_SETUP()
/dports/devel/gearmand/gearmand-1.0.6/tests/libgearman-1.0/
H A Dunique.cc95 gearman_worker_options_t(), in coalescence_TEST()
165 gearman_worker_options_t(), in coalescence_by_data_hash_TEST()
236 gearman_worker_options_t(), in coalescence_by_data_TEST()
306 gearman_worker_options_t(), in coalescence_by_data_FAIL_TEST()
461 func, NULL, gearman_worker_options_t())); in gearman_client_unique_status_TEST()
486 func, NULL, gearman_worker_options_t())); in gearman_client_unique_status_NOT_FOUND_TEST()
H A Dworker_test.cc171 ASSERT_EQ(gearman_worker_options_t(), gearman_worker_options(NULL)); in gearman_worker_options_TEST()
179 gearman_worker_options_t default_options; in option_test()
297 …gearman_worker_add_options(gear, (gearman_worker_options_t)(GEARMAN_WORKER_NON_BLOCKING|GEARMAN_WO… in option_test()
495 gearman_worker_options_t(), in error_return_TEST()
533 gearman_worker_options_t(), in GEARMAN_ERROR_return_TEST()
576 gearman_worker_options_t(), in GEARMAN_FAIL_return_TEST()
627 gearman_worker_options_t(), in gearman_client_job_status_is_known_TEST()
866 static test_return_t gearman_worker_work_with_test(int timeout, gearman_worker_options_t option) in gearman_worker_work_with_test()
913 static test_return_t gearman_worker_work_with_option(gearman_worker_options_t option) in gearman_worker_work_with_option()
930 return gearman_worker_work_with_option(gearman_worker_options_t()); in gearman_worker_work_with_TEST()
[all …]
H A Dclient_test.cc832 … func_arg, NULL, gearman_worker_options_t())); in bug_518512_test()
857 func_arg, NULL, gearman_worker_options_t()); in loop_test()
897 func, NULL, gearman_worker_options_t())); in regression_785203_do_test()
918 … echo_react_chunk_fn_v2, NULL, gearman_worker_options_t())); in regression_785203_do_background_test()
978 gearman_worker_options_t(), in gearman_worker_timeout_TEST()
1015 gearman_worker_options_t(), in gearman_worker_timeout_TIMEOUT_TEST()
1046 gearman_worker_options_t(), in regression_975591_TEST()
1161 …), NULL, REGRESSION_FUNCTION_833394_54, echo_react_chunk_fn_v2, NULL, gearman_worker_options_t())); in regression_833394_test()
1162 …), NULL, REGRESSION_FUNCTION_833394_55, echo_react_chunk_fn_v2, NULL, gearman_worker_options_t())); in regression_833394_test()
1163 …), NULL, REGRESSION_FUNCTION_833394_65, echo_react_chunk_fn_v2, NULL, gearman_worker_options_t())); in regression_833394_test()
[all …]
H A Dgearman_execute_partition.cc71 echo_react_fn, NULL, gearman_worker_options_t())); in partition_SETUP()
H A Dtask.cc354 … NULL, gearman_worker_options_t())); in gearman_client_add_task_check_exception_TEST()
/dports/devel/p5-Gearman-XS/Gearman-XS-0.12/
H A DWorker.xs235 gearman_worker_options_t
246 gearman_worker_options_t options
253 gearman_worker_options_t options
260 gearman_worker_options_t options
H A Dtypemap15 gearman_worker_options_t T_ENUM
/dports/devel/gearmand/gearmand-1.0.6/libgearman/
H A Dworker.cc237 gearman_worker_options_t gearman_worker_options(const gearman_worker_st *worker) in gearman_worker_options()
241 return gearman_worker_options_t(); in gearman_worker_options()
245 memset(&options, 0, sizeof(gearman_worker_options_t)); in gearman_worker_options()
262 return gearman_worker_options_t(options); in gearman_worker_options()
266 gearman_worker_options_t options) in gearman_worker_set_options()
273 gearman_worker_options_t usable_options[]= { in gearman_worker_set_options()
281 gearman_worker_options_t *ptr; in gearman_worker_set_options()
298 gearman_worker_options_t options) in gearman_worker_add_options()
336 gearman_worker_options_t options) in gearman_worker_remove_options()
/dports/devel/gearmand/gearmand-1.0.6/docs/
H A Dconf.py.in359 …('libgearman/gearman_worker_options', 'gearman_worker_options_t', u'Gearmand Documentation, http:/…