Lines Matching refs:tracee_pid
1355 int status, tracee_pid; in test_ptrace_setoptions_followfork() local
1358 tracee_pid = wait(&status); in test_ptrace_setoptions_followfork()
1359 if (tracee_pid <= 0) { in test_ptrace_setoptions_followfork()
1366 __func__, tracee_pid); in test_ptrace_setoptions_followfork()
1370 if (tracee_pid != pid) in test_ptrace_setoptions_followfork()
1378 if (tracee_pid != pid) in test_ptrace_setoptions_followfork()
1384 if (tracee_pid != pid) in test_ptrace_setoptions_followfork()
1385 kill_save_errno(tracee_pid, SIGKILL); in test_ptrace_setoptions_followfork()
1390 if (tracee_pid != pid) { in test_ptrace_setoptions_followfork()
1391 found_grandchild = tracee_pid; in test_ptrace_setoptions_followfork()
1392 if (ptrace(PTRACE_CONT, tracee_pid, 0, 0) < 0) { in test_ptrace_setoptions_followfork()
1393 kill_save_errno(tracee_pid, SIGKILL); in test_ptrace_setoptions_followfork()
1475 int status, tracee_pid; in test_ptrace_setoptions_for_all() local
1478 tracee_pid = wait(&status); in test_ptrace_setoptions_for_all()
1479 if (tracee_pid <= 0) { in test_ptrace_setoptions_for_all()
1484 __func__, tracee_pid); in test_ptrace_setoptions_for_all()
1570 int status, tracee_pid; in test_ptrace_seize() local
1573 tracee_pid = waitpid(pid, &status, 0); in test_ptrace_seize()
1574 if (tracee_pid <= 0) { in test_ptrace_seize()
1578 __func__, tracee_pid); in test_ptrace_seize()