Home
last modified time | relevance | path

Searched refs:crashing_pid (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc183 pid_t crashing_pid = -1; in OnFileCanReadWithoutBlocking() local
210 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() argument
334 crashing_pid, crash_context, in WriteDumpFile()
[all …]
Dcrash_handler_host_linux.h78 pid_t crashing_pid,