Home
last modified time | relevance | path

Searched refs:_run_worker (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozlint/mozlint/
H A Droller.py58 def _run_worker(*args, **lintargs): function
140 pool.apply_async(_run_worker, args=(queue, paths), kwds=self.lintargs))
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozlint/mozlint/
H A Droller.py41 def _run_worker(*args, **kwargs): function
175 futures = [executor.submit(_run_worker, config, p, **self.lintargs)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozlint/mozlint/
H A Droller.py41 def _run_worker(config, paths, **lintargs): function
305 future = executor.submit(_run_worker, *job, **self.lintargs)
/dports/www/firefox-esr/firefox-91.8.0/python/mozlint/mozlint/
H A Droller.py46 def _run_worker(config, paths, **lintargs): function
361 future = executor.submit(_run_worker, *job, **self.lintargs)
/dports/www/firefox/firefox-99.0/python/mozlint/mozlint/
H A Droller.py46 def _run_worker(config, paths, **lintargs): function
382 future = executor.submit(_run_worker, *job, **self.lintargs)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozlint/mozlint/
H A Droller.py46 def _run_worker(config, paths, **lintargs): function
361 future = executor.submit(_run_worker, *job, **self.lintargs)
/dports/databases/pgbarman/barman-release-2.17/barman/
H A Dcopy_controller.py66 def _run_worker(job): function
563 _run_worker, self._job_generator(exclude_classes=[self.PGCONTROL_CLASS])
570 _run_worker, self._job_generator(include_classes=[self.PGCONTROL_CLASS])
/dports/devel/py-distributed/distributed-2021.11.2/distributed/
H A Dutils_test.py633 _run_worker = run_nanny
635 _run_worker = run_worker
666 target=_run_worker,