Home | History | Annotate | Download | only in tests

Lines Matching full:jobs

550 # Running several jobs in parallel, 0 means as many as test groups.
1100 --jobs | -j )
1103 --jobs=* | -j[0-9]* )
1252 -j, --jobs[=N]
1253 Allow N jobs at once; infinite jobs with no arg (default 1)
1484 # Stop file: if it exists, do not start new jobs.
1897 # Set number of jobs for `-j'; avoid more jobs than test groups.
2131 for at_pgid in `jobs -p 2>/dev/null`; do
2159 for at_pid in `jobs -p`; do
2171 # Turn jobs into a list of numbers, starting from 1.