Lines Matching refs:jobs
61 parser.add_argument('--jobs', '-j', metavar='N', type=int, nargs='?',
64 help='''Runs the tests using N jobs. If the option is set
65 but no value is provided, the script will use as many jobs
131 jobs = 1,
158 pool = multiprocessing.Pool(jobs)
228 def RunLinter(files, jobs=1, progress_prefix='', cached=True):
232 jobs=jobs,
247 retcode = RunLinter(files, jobs=args.jobs, cached=cached)