Searched refs:signal_fd (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
H A Dcrash_handler_host_linux.cc185 int signal_fd = -1; local
205 signal_fd = reinterpret_cast<int*>(CMSG_DATA(hdr))[1];
214 if (crashing_pid == -1 || partner_fd == -1 || signal_fd == -1) {
219 if (signal_fd >= 0)
220 HANDLE_EINTR(close(signal_fd));
230 // The crashing process closes its copy of the signal_fd immediately after
238 HANDLE_EINTR(close(signal_fd));
247 HANDLE_EINTR(close(signal_fd));
259 // write to |signal_fd|. Most newer kernels where we have the different pid
316 signal_fd));
319 WriteDumpFile(BreakpadInfo* info, pid_t crashing_pid, char* crash_context, int signal_fd) argument
354 QueueCrashDumpTask(BreakpadInfo* info, int signal_fd) argument
[all...]
H A Dcrash_handler_host_linux.h80 int signal_fd);
83 void QueueCrashDumpTask(BreakpadInfo* info, int signal_fd);
/external/chromium_org/components/breakpad/browser/
H A Dcrash_handler_host_linux.h68 int signal_fd);
71 void QueueCrashDumpTask(BreakpadInfo* info, int signal_fd);
H A Dcrash_handler_host_linux.cc223 int signal_fd = -1; local
243 signal_fd = reinterpret_cast<int*>(CMSG_DATA(hdr))[1];
252 if (crashing_pid == -1 || partner_fd == -1 || signal_fd == -1) {
257 if (signal_fd >= 0)
258 close(signal_fd);
269 // The crashing process closes its copy of the signal_fd immediately after
277 close(signal_fd);
286 close(signal_fd);
298 // write to |signal_fd|. Most newer kernels where we have the different pid
366 signal_fd));
369 WriteDumpFile(BreakpadInfo* info, pid_t crashing_pid, char* crash_context, int signal_fd) argument
432 QueueCrashDumpTask(BreakpadInfo* info, int signal_fd) argument
[all...]
/external/dhcpcd/
H A Ddhcpcd.c1800 int opt, oi = 0, signal_fd, sig = 0, i, control_fd; local
2080 if ((signal_fd = signal_init()) == -1)
2084 add_event(signal_fd, handle_signal, NULL);

Completed in 87 milliseconds