OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:signal_fd
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
signal_handler.c
33
static int
signal_fd
= -1;
variable
38
write(
signal_fd
, &s, 1);
143
signal_fd
= s[0];
/external/chromium/chrome/browser/
crash_handler_host_linux.cc
185
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
));
[
all
...]
/external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc
223
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
));
[
all
...]
/external/dhcpcd/
dhcpcd.c
1800
int opt, oi = 0,
signal_fd
, sig = 0, i, control_fd;
local
[
all
...]
Completed in 55 milliseconds