OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signal_fd
(Results
1 - 4
of
4
) sorted by null
/system/core/debuggerd/
signal_sender.cpp
31
static int
signal_fd
= -1;
variable
122
signal_fd
= sfd[1];
138
close(
signal_fd
);
139
signal_fd
= -1;
149
if (
signal_fd
== -1) {
156
if (TEMP_FAILURE_RETRY(write(
signal_fd
, &msg, sizeof(msg))) < 0) {
163
ssize_t rc = TEMP_FAILURE_RETRY(read(
signal_fd
, &response, sizeof(response)));
/external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc
228
int
signal_fd
= -1;
local
245
signal_fd
= reinterpret_cast<int*>(CMSG_DATA(hdr))[0];
254
if (crashing_pid == -1 ||
signal_fd
== -1) {
255
if (
signal_fd
)
256
close(
signal_fd
);
267
close(
signal_fd
);
279
close(
signal_fd
);
/external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc
966
int
signal_fd
= -1;
local
[
all
...]
/system/core/logwrapper/
logwrap.c
498
ERROR("failed to lock
signal_fd
mutex\n");
Completed in 131 milliseconds