Lines Matching refs:threads
58 # The user may control parallelism via the --jobs and --threads
61 # as equivalent to the GNU make -j switch. --threads tells
62 # llvm-compilers-check how many worker threads to use to accomplish
63 # those builds. If --threads is less than --jobs, --threads workers
66 # (--jobs / --threads) to use up the remaining job capacity. Once a
132 parser.add_option("--threads", default=4, type="int",
133 help=("The number of worker threads to use "
597 jobs = options.jobs // options.threads
601 numthreads = options.threads
604 + str(numthreads) + " threads using " + str(jobs)