OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sock_pair
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc
113
int
sock_pair
[5][2];
local
115
if (pipe(
sock_pair
[i]) == -1) {
117
internal_close(
sock_pair
[j][0]);
118
internal_close(
sock_pair
[j][1]);
123
} else if (
sock_pair
[i][0] > 2 &&
sock_pair
[i][1] > 2) {
125
infd =
sock_pair
[i];
127
outfd =
sock_pair
[i];
129
if (
sock_pair
[j] == infd) continue;
130
internal_close(
sock_pair
[j][0])
[
all
...]
sanitizer_posix_libcdep.cc
201
int
sock_pair
[2];
local
202
if (pipe(
sock_pair
))
205
internal_write(
sock_pair
[1], reinterpret_cast<void *>(beg), size);
214
internal_close(
sock_pair
[0]);
215
internal_close(
sock_pair
[1]);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libasan.so
libasan.so.0
libasan.so.0.0.0
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libasan.so
libasan.so.0
libasan.so.0.0.0
Completed in 418 milliseconds