HomeSort by: relevance | last modified time | path
    Searched refs:parallel (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
varname-make_stack_trace.mk 16 @${MAKE} -f ${MAKEFILE} -j1 disabled-parallel || :
18 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} -j1 enabled-parallel || :
24 # expect-not: in target "disabled-parallel"
25 disabled-parallel: .PHONY
32 # expect: in target "enabled-parallel"
33 enabled-parallel: .PHONY
opt-jobs-internal.mk 16 @mode=parallel
19 # expect: direct: mode=parallel
21 @mode=parallel
38 # expect: indirect-expr: mode=parallel
52 # expect: indirect-silent-comment: mode=parallel
59 # expect: indirect-expr-empty: mode=parallel
shell-ksh.mk 8 # This is only obvious in parallel mode since in compat mode,
14 # In parallel mode, the shell->noPrint command is filtered from
varname-make_stack_trace.exp 15 *** [disabled-parallel] Error code 2
17 make: stopped making "disabled-parallel" in unit-tests
35 in target "enabled-parallel"
37 *** [enabled-parallel] Error code 2
39 make: stopped making "enabled-parallel" in unit-tests
deptgt-notparallel.mk 4 # prevents the job module from doing anything in parallel, by setting the
shell-csh.mk 8 # This is only obvious in parallel mode since in compat mode,
14 # In parallel mode, the shell->noPrint command is filtered from
17 # Until 2020-10-03, the output in parallel mode was garbled because
dotwait.mk 11 # Ignore "--- target ---" lines printed by parallel make.
20 # * If it's expected that two or more targets may be made in parallel,
31 # be made in parallel will thus print the same strings, so that the
opt-jobs.mk 3 # Tests for the -j command line option, which creates the targets in parallel.
7 # in parallel.
job-output.mk 3 # Tests for handling the output in parallel mode.
22 # In parallel mode, both stdout and stderr from the child process are
dep-double-colon-indep.mk 8 # file. Be careful with parallel mode though, to avoid lost updates and
depsrc-wait.mk 13 # Even though the build could run massively parallel, the .WAIT imposes a
gnode-submake.mk 8 # parsed. This information is only used in parallel mode, but the result
deptgt-delete_on_error.mk 10 # In parallel mode, regular targets are deleted, while phony and precious
28 @echo 'Parallel mode'
varname-dot-make-jobs.mk 4 # only. There it contains the number of jobs that may run in parallel.
varname-make_print_var_on_error-jobs.mk 20 # As of 2020-10-23, .ERROR_CMD only works in parallel mode.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
gemini-wbd111.dts 46 /* Conflict with TVC and extended parallel flash */
52 /* Conflict with TVC and extended parallel flash */
58 /* Conflict with TVC and extended parallel flash */
64 /* Conflict with TVC and extended parallel flash */
gemini-wbd222.dts 45 /* Conflict with TVC and extended parallel flash */
51 /* Conflict with TVC and extended parallel flash */
57 /* Conflict with TVC and extended parallel flash */
63 /* Conflict with TVC and extended parallel flash */
imx6dl-aristainetos_4.dts 32 compatible = "fsl,imx-parallel-display";
imx6dl-aristainetos_7.dts 21 compatible = "fsl,imx-parallel-display";
stihxxx-b2120.dtsi 169 "tsin0-parallel",
179 serial-not-parallel;
imx53-kp-ddc.dts 26 compatible = "fsl,imx-parallel-display";
imx6dl-skov-revc-lt6.dts 27 compatible = "fsl,imx-parallel-display";
imx6q-skov-revc-lt6.dts 30 compatible = "fsl,imx-parallel-display";
  /src/usr.bin/paste/
paste.c 55 static void parallel(int, char **);
90 parallel(argc, argv);
95 parallel(int argc, char **argv) function in typeref:typename:void
  /src/lib/libc/arch/powerpc64/string/
bzero.S 57 rldicl 4, 4, 0, 56 # construct parallel store

Completed in 20 milliseconds

1 2 3