Home
last modified time | relevance | path

Searched refs:crashing_pid (Results 1 – 4 of 4) 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,
/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc221 pid_t crashing_pid = -1; in OnFileCanReadWithoutBlocking() local
248 crashing_pid = cred->pid; in OnFileCanReadWithoutBlocking()
252 if (crashing_pid == -1 || partner_fd == -1 || signal_fd == -1) { in OnFileCanReadWithoutBlocking()
290 crashing_pid = actual_crashing_pid; in OnFileCanReadWithoutBlocking()
311 base::FindThreadIDWithSyscall(crashing_pid, in OnFileCanReadWithoutBlocking()
323 crashing_tid = crashing_pid; in OnFileCanReadWithoutBlocking()
364 crashing_pid, in OnFileCanReadWithoutBlocking()
370 pid_t crashing_pid, in WriteDumpFile() argument
389 crashing_pid, crash_context, in WriteDumpFile()
393 LOG(ERROR) << "Failed to write crash dump for pid " << crashing_pid; in WriteDumpFile()
[all …]
Dcrash_handler_host_linux.h66 pid_t crashing_pid,