Searched refs:keep_active (Results 1 – 1 of 1) sorted by relevance
106 static void pids_running(struct tag_pgrp *running, int keep_active);108 int keep_active, FILE * logfile, FILE * failcmdfile,112 static void propagate_signal(struct tag_pgrp *running, int keep_active,169 int keep_active = 1; in main() local299 keep_active = atoi(optarg); in main()380 malloc((keep_active + 1) * in main()387 memset(running, 0, keep_active * sizeof(struct tag_pgrp)); in main()388 running[keep_active].pgrp = -1; /* end sentinel */ in main()410 if (starts < keep_active) in main()411 starts = keep_active; in main()[all …]