Searched refs:keep_active (Results 1 – 1 of 1) sorted by relevance
104 static void pids_running(struct tag_pgrp *running, int keep_active);106 int keep_active, FILE * logfile, FILE * failcmdfile,110 static void propagate_signal(struct tag_pgrp *running, int keep_active,164 int keep_active = 1; in main() local290 keep_active = atoi(optarg); in main()371 malloc((keep_active + 1) * in main()378 memset(running, 0, keep_active * sizeof(struct tag_pgrp)); in main()379 running[keep_active].pgrp = -1; /* end sentinel */ in main()401 if (starts < keep_active) in main()402 starts = keep_active; in main()[all …]