Searched refs:keep_active (Results 1 – 1 of 1) sorted by relevance
105 static void pids_running(struct tag_pgrp *running, int keep_active);107 int keep_active, FILE * logfile, FILE * failcmdfile,111 static void propagate_signal(struct tag_pgrp *running, int keep_active,168 int keep_active = 1; in main() local298 keep_active = atoi(optarg); in main()379 malloc((keep_active + 1) * in main()386 memset(running, 0, keep_active * sizeof(struct tag_pgrp)); in main()387 running[keep_active].pgrp = -1; /* end sentinel */ in main()409 if (starts < keep_active) in main()410 starts = keep_active; in main()[all …]