Home | History | Annotate | Download | only in tests

Lines Matching refs:STOP

1471 # + at-stop         - during a run: end the run if this file exists
1484 # Stop file: if it exists, do not start new jobs.
1485 at_stop_file=$at_suite_dir/at-stop
2085 echo stop > "$at_stop_file"
2105 echo stop > "$at_stop_file"
2128 echo stop > "$at_stop_file"
2154 ( mkfifo "$at_job_fifo" && trap 'exit 1' PIPE STOP TSTP ) 2>/dev/null
2164 test "${TMOUT+set}" = set && at_sig=STOP
2167 kill -STOP $$
2188 echo stop > "$at_stop_file"