Lines Matching defs:parallel
178 bool parallel;
230 parallel(true),
896 << " --no-parallel do not execute in parallel\n"
1986 /// extract packages in sequence) in parallel.
2005 /// packages in sequence. This job is to be performed in parallel
2482 /// extracted, in parallel.
2526 size_t num_workers = (opts.parallel
2531 // Perform the extraction of the NUM_WORKERS packages in parallel.
2557 /// happens in parallel with preparing the second package and its
2580 size_t num_workers = (opts.parallel
2802 size_t num_workers = (opts.parallel
2809 // Compare all the binaries, in parallel and then wait for the
2954 size_t num_workers = (opts.parallel
2962 // Compare all the binaries, in parallel and then wait for the
3181 // Note that the package preparations happens in parallel.
3385 else if (!strcmp(argv[i], "--no-parallel"))
3386 opts.parallel = false;