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

1 2

  /src/usr.bin/make/unit-tests/
opt-query.exp 15 Making opt-query-file.out-of-date in jobs mode:
16 opt-query-file.out-of-date in jobs mode: query status 1
18 Making opt-query-file.up-to-date in jobs mode:
19 opt-query-file.up-to-date in jobs mode: query status 0
21 Making phony in jobs mode:
22 phony in jobs mode: query status 1
depsrc-meta.exp 5 Targets from meta mode in jobs mode:
jobs-error-nested-make.exp 1 make -f jobs-error-nested-make.mk nested
opt-keep-going-indirect.exp 9 direct jobs
25 indirect jobs
cmd-errors-jobs.exp 12 in target "parse-error-unclosed-expression" from cmd-errors-jobs.mk:42
17 in target "parse-error-unclosed-modifier" from cmd-errors-jobs.mk:45
22 in target "parse-error-unknown-modifier" from cmd-errors-jobs.mk:48
29 in target "parse-error-unclosed-expression" from cmd-errors-jobs.mk:42
34 in target "parse-error-unclosed-modifier" from cmd-errors-jobs.mk:45
39 in target "parse-error-unknown-modifier" from cmd-errors-jobs.mk:48
varname-dot-make-jobs.mk 1 # $NetBSD: varname-dot-make-jobs.mk,v 1.5 2023/09/10 16:25:32 sjg Exp $
3 # Tests for the special .MAKE.JOBS variable, which is defined in jobs mode
4 # only. There it contains the number of jobs that may run in parallel.
9 @echo ${.MAKE.JOBS:Uundefined}
18 .if !make(echo) && ${.MAKE.JOBS.C} == "yes"
23 NCPU!= ${MAKE} -r -f /dev/null -jC -V .MAKE.JOBS
26 # .MAKE.JOBS is a multiple of _SC_NPROCESSORS_ONLN
33 g=`${MAKE} -r -f /dev/null -V .MAKE.JOBS -j$${j}C`; \
varname-dot-make-mode.exp 11 randomize jobs mode (-j1):
21 randomize jobs mode (-j5):
jobs-error-nested.exp 1 make -f jobs-error-nested.mk nested
sh-errctl.exp 19 JobExec: target all, pid <pid> added to jobs table
job-output-long-lines.mk 3 # The jobs may produce long lines of output. A practical case are the echoed
7 # The markers for switching jobs must always be written at the beginning of
opt-debug-jobs.exp 17 JobExec: target all, pid <pid> added to jobs table
opt-query.mk 16 # reported in both compat and jobs mode, and for several
36 . for mode in compat jobs
52 # expect: opt-query-file.out-of-date in jobs mode: query status 1
53 # expect: opt-query-file.up-to-date in jobs mode: query status 0
54 # expect: phony in jobs mode: query status 1
sh-flags.mk 19 opt-jobs.yes= -j1
34 letter.jobs.yes= j
42 .for opt-jobs in no yes
53 target+= ${letter.jobs.${opt-jobs}:U_}
63 MAKE_CMD.${target}+= ${opt-jobs.${opt-jobs}}
depsrc-meta.mk 21 @echo 'Targets from meta mode${.MAKE.JOBS:D in jobs mode}:'
opt-no-action-runflags.mk 7 # opt-jobs-no-action.mk
opt-debug-errors-jobs.mk 1 # $NetBSD: opt-debug-errors-jobs.mk,v 1.2 2021/11/27 23:56:11 rillig Exp $
4 # failed commands and targets; since 2021-04-27 also in jobs mode.
opt-jobs-no-action.mk 1 # $NetBSD: opt-jobs-no-action.mk,v 1.10 2022/05/08 06:51:27 rillig Exp $
11 # opt-jobs.mk
18 # Change the templates for running the commands in jobs mode, to make it
sh-errctl.mk 3 # Test a shell with error control. This only works in jobs mode; in compat
varname-make_print_var_on_error-jobs.mk 1 # $NetBSD: varname-make_print_var_on_error-jobs.mk,v 1.4 2023/11/19 22:32:44 rillig Exp $
cmd-errors-jobs.mk 1 # $NetBSD: cmd-errors-jobs.mk,v 1.16 2025/06/28 22:39:28 rillig Exp $
4 # are actually executed in jobs mode.
deptgt-end-jobs.mk 1 # $NetBSD: deptgt-end-jobs.mk,v 1.1 2020/09/23 03:06:38 rillig Exp $
opt-jobs.mk 1 # $NetBSD: opt-jobs.mk,v 1.7 2025/05/20 17:56:40 sjg Exp $
20 OUTPUT!= ${MAKE} -r -f /dev/null -j ${arg} -v .MAKE.JOBS 2>&1 || echo "(exit $$?)"
42 .if ${.MAKE.JOBS.C} == "yes"
44 OUTPUT!= ${MAKE} -r -f /dev/null -j ${arg} -v .MAKE.JOBS 2>&1 || echo "(exit $$?)"
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_test.c 386 curr = rp->jobs;
403 if(rp->jobs) {
405 free_pr_queue_item(rp->jobs);
  /src/sys/sys/
aio.h 99 size_t completed; /* Number of completed jobs in this wait group */
100 size_t total; /* Total jobs being waited on */
123 bool on_queue; /* Whether or not this job is on sp->jobs */
176 TAILQ_HEAD(, aio_job) jobs; /* Queue of pending jobs */ member in struct:aiosp
177 size_t jobs_pending; /* Number of pending jobs */
180 volatile u_long njobs_processing;/* Number of total jobs currently being processed*/
197 unsigned int jobs_count; /* Count of the jobs */
  /src/libexec/makewhatis/
makewhatis.c 132 int rv, jobs, status; local
139 jobs = 0;
223 jobs++;
233 while (jobs > 0) {
237 jobs--;

Completed in 84 milliseconds

1 2