Home
last modified time | relevance | path

Searched refs:hts_pid (Results 1 – 1 of 1) sorted by relevance

/freebsd/tools/tools/netrate/httpd/
H A Dhttpd.c79 pid_t hts_pid; /* Multi-process. */ member
181 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()