OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abort_fd
(Results
1 - 2
of
2
) sorted by null
/system/core/libcutils/
abort_socket.c
27
int
abort_fd
[2];
local
40
if (pipe(
abort_fd
))
42
flags = fcntl(
abort_fd
[1], F_GETFL);
45
if (fcntl(
abort_fd
[1], F_SETFL, flags | O_NONBLOCK))
53
s->
abort_fd
[0] =
abort_fd
[0];
54
s->
abort_fd
[1] =
abort_fd
[1];
76
pfd[1].fd = s->
abort_fd
[0];
128
pfd[1].fd = s->
abort_fd
[0]
[
all
...]
/system/core/include/cutils/
abort_socket.h
60
int
abort_fd
[2]; /* pipe used to abort */
member in struct:asocket
Completed in 113 milliseconds