Home | History | Annotate | Download | only in strace

Lines Matching refs:tracee_pid

1506 		int status, tracee_pid;
1509 tracee_pid = waitpid(pid, &status, 0);
1510 if (tracee_pid <= 0) {
1514 tracee_pid);