Searched refs:old_pid (Results 1 – 1 of 1) sorted by relevance
1907 long old_pid = 0; in maybe_switch_tcbs() local1909 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, (long) &old_pid) < 0) in maybe_switch_tcbs()1912 if (old_pid <= 0 || old_pid == pid) in maybe_switch_tcbs()1914 if ((unsigned long) old_pid > UINT_MAX) in maybe_switch_tcbs()1916 execve_thread = pid2tcb(old_pid); in maybe_switch_tcbs()1943 tprintf("+++ superseded by execve in pid %lu +++\n", old_pid); in maybe_switch_tcbs()