Searched refs:tracee_pid (Results 1 – 1 of 1) sorted by relevance
714 int status, tracee_pid; in test_ptrace_setoptions() local716 tracee_pid = wait(&status); in test_ptrace_setoptions()717 if (tracee_pid == -1) { in test_ptrace_setoptions()725 if (tracee_pid != pid) { in test_ptrace_setoptions()726 found_grandchild = tracee_pid; in test_ptrace_setoptions()727 if (ptrace(PTRACE_CONT, tracee_pid, 0, 0) < 0 && in test_ptrace_setoptions()729 kill(tracee_pid, SIGKILL); in test_ptrace_setoptions()