Searched refs:hts_pid (Results 1 – 1 of 1) sorted by relevance
79 pid_t hts_pid; /* Multi-process. */ member181 if (statep->hts[i].hts_pid != 0) in killall()182 (void)kill(statep->hts[i].hts_pid, SIGTERM); in killall()293 statep->hts[i].hts_pid = pid; in main()303 pid = waitpid(statep->hts[i].hts_pid, NULL, 0); in main()304 if (pid == statep->hts[i].hts_pid) in main()305 statep->hts[i].hts_pid = 0; in main()