Searched refs:worker_func (Results 1 – 5 of 5) sorted by relevance
116 worker_func = functools.partial(GenerateOneDiffParallel, self)124 worker_func,
415 worker_func = functools.partial(TestOneFileParallel, self)417 worker_results = pool.imap(worker_func, self.test_cases)
443 worker_func = functools.partial(RunSingleTestCaseParallel, self, run_label,451 pool.map_async(worker_func, self.test_cases).get(one_year_in_seconds))
69 WorkerCreationFunction worker_func = nullptr; member
246 worker_impl_ = opts.worker_func ? opts.worker_func(&worker_env_, config) in Init()