Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c149 my_pclose(FILE *io, pid_t the_pid) in my_pclose() argument
159 kill(the_pid, SIGTERM); in my_pclose()
161 pid = wait4(the_pid, &pstat, 0, (struct rusage *)0); in my_pclose()