OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipefds_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/message_loop/
message_pump_libevent_unittest.cc
28
int ret = pipe(
pipefds_
);
33
if (IGNORE_EINTR(close(
pipefds_
[0])) < 0)
35
if (IGNORE_EINTR(close(
pipefds_
[1])) < 0)
50
int
pipefds_
[2];
member in class:base::MessagePumpLibeventTest
129
pump->WatchFileDescriptor(
pipefds_
[1],
153
pump->WatchFileDescriptor(
pipefds_
[1],
message_pump_io_ios_unittest.cc
27
int ret = pipe(
pipefds_
);
34
if (IGNORE_EINTR(close(
pipefds_
[0])) < 0)
36
if (IGNORE_EINTR(close(
pipefds_
[1])) < 0)
51
int
pipefds_
[2];
member in class:base::MessagePumpIOSForIOTest
133
pump->WatchFileDescriptor(
pipefds_
[1],
168
pump->WatchFileDescriptor(
pipefds_
[1],
179
pump->WatchFileDescriptor(
pipefds_
[1],
Completed in 1343 milliseconds