Searched refs:crashing_pid (Results 1 – 2 of 2) sorted by relevance
183 pid_t crashing_pid = -1; in OnFileCanReadWithoutBlocking() local210 crashing_pid = cred->pid; in OnFileCanReadWithoutBlocking()214 if (crashing_pid == -1 || partner_fd == -1 || signal_fd == -1) { in OnFileCanReadWithoutBlocking()251 if (actual_crashing_pid != crashing_pid) { in OnFileCanReadWithoutBlocking()252 crashing_pid = actual_crashing_pid; in OnFileCanReadWithoutBlocking()271 base::FindThreadIDWithSyscall(crashing_pid, expected_syscall_data); in OnFileCanReadWithoutBlocking()277 crashing_tid = crashing_pid; in OnFileCanReadWithoutBlocking()314 crashing_pid, in OnFileCanReadWithoutBlocking()320 pid_t crashing_pid, in WriteDumpFile() argument334 crashing_pid, crash_context, in WriteDumpFile()[all …]
78 pid_t crashing_pid,