Searched refs:the_pid (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c152 my_pclose(FILE *io, pid_t the_pid) argument
162 kill(the_pid, SIGTERM);
164 pid = wait4(the_pid, &pstat, 0, (struct rusage *)0);

Completed in 107 milliseconds