Searched defs:tracee_pid (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dstrace.c1355 int status, tracee_pid; local
1358 tracee_pid = wait(&status);
1359 if (tracee_pid <= 0) {
1366 __func__, tracee_pid);
1370 if (tracee_pid != pid)
1378 if (tracee_pid != pid)
1384 if (tracee_pid != pid)
1385 kill_save_errno(tracee_pid, SIGKILL);
1390 if (tracee_pid != pid) {
1391 found_grandchild = tracee_pid;
1475 int status, tracee_pid; local
1570 int status, tracee_pid; local
[all...]

Completed in 71 milliseconds