Searched refs:GEARMAN_WORKER_TIMEOUT_RETURN (Results 1 – 4 of 4) sorted by relevance
131 GEARMAN_WORKER_TIMEOUT_RETURN= (1 << 8), enumerator
260 options|= int(GEARMAN_WORKER_TIMEOUT_RETURN); in gearman_worker_options()277 GEARMAN_WORKER_TIMEOUT_RETURN, in gearman_worker_set_options()329 if (options & GEARMAN_WORKER_TIMEOUT_RETURN) in gearman_worker_add_options()346 if (options & GEARMAN_WORKER_TIMEOUT_RETURN) in gearman_worker_remove_options()382 gearman_worker_add_options(worker, GEARMAN_WORKER_TIMEOUT_RETURN); in gearman_worker_set_timeout()
288 gearman_worker_add_options(gear, GEARMAN_WORKER_TIMEOUT_RETURN); in option_test()320 gearman_worker_add_options(gear, GEARMAN_WORKER_TIMEOUT_RETURN); in option_test()329 …gearman_worker_add_options(gear, (gearman_worker_options_t)(GEARMAN_WORKER_TIMEOUT_RETURN|GEARMAN_… in option_test()
150 newCONSTSUB(stash, "GEARMAN_WORKER_TIMEOUT_RETURN", newSViv(GEARMAN_WORKER_TIMEOUT_RETURN));