Searched refs:old_pid (Results 1 – 2 of 2) sorted by relevance
330 pid_t old_pid = pid_; in Wait() local335 DCHECK(WIFSIGNALED(status)) << old_pid in Wait()337 LOG(ERROR) << "Process " << old_pid in Wait()420 pid_t old_pid = pid_; in Release() local422 return old_pid; in Release()
2065 long old_pid = 0; in maybe_switch_tcbs() local2067 if (ptrace(PTRACE_GETEVENTMSG, pid, NULL, &old_pid) < 0) in maybe_switch_tcbs()2070 if (old_pid <= 0 || old_pid == pid) in maybe_switch_tcbs()2072 if ((unsigned long) old_pid > UINT_MAX) in maybe_switch_tcbs()2074 execve_thread = pid2tcb(old_pid); in maybe_switch_tcbs()2101 tprintf("+++ superseded by execve in pid %lu +++\n", old_pid); in maybe_switch_tcbs()