Searched refs:c_pid (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/tests/sys/kern/
H A Dpdeathsig.c246 pid_t c_pid; local
283 c_pid = rc;
292 rc = ptrace(PT_ATTACH, c_pid, 0, 0);
295 waitpid(c_pid, &status, 0);
299 rc = ptrace(PT_CONTINUE, c_pid, (caddr_t) 1, 0);
309 waitpid(c_pid, &status, 0);
313 rc = ptrace(PT_CONTINUE, c_pid, (caddr_t) 1,
317 waitpid(c_pid, &status, 0);
319 ptrace(PT_DETACH, c_pid, 0, 0);

Completed in 55 milliseconds