Searched refs:worker_func (Results 1 – 5 of 5) sorted by relevance
57 WorkerCreationFunction worker_func = [this](WorkerEnv* env, in Init() local88 opts.worker_func = worker_func; in Init()
67 WorkerCreationFunction worker_func = nullptr; member
198 worker_impl_ = opts.worker_func ? opts.worker_func(&worker_env_, config) in Init()
278 worker_func = functools.partial(TestOneFileParallel, self)280 worker_results = pool.imap(worker_func, self.test_cases)
439 worker_func = functools.partial(446 worker_results = (pool.map_async(worker_func, self.test_cases)