Lines Matching full:parallel
28 * parallel.cc
30 * Deal with the parallel processing
103 * parallel mode: spawns a parallel process to execute the command group.
148 * DMake 2.x is being run in parallel mode, DMake in execute_parallel()
667 * Processes the given target and finishes up any parallel
770 * parallel_process_cnt Number of parallel process running
1092 * Waits for parallel children to exit and finishes their processing.
1204 * from the parallel build. in finish_children()
1670 * Returns true if the target can be run in parallel
1673 * True if can run in parallel
1679 * all_parallel True if all targets default to parallel
1680 * only_parallel True if no targets default to parallel
1708 } else if (target->parallel) { in parallel_ok()