OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fds_to_close_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ipc/
ipc_channel_posix.h
194
std::set<int>
fds_to_close_
;
member in class:IPC::Channel::ChannelImpl
ipc_channel_posix.cc
363
fds_to_close_
.insert(to_close[i]);
602
for (std::set<int>::iterator i =
fds_to_close_
.begin();
603
i !=
fds_to_close_
.end();
608
fds_to_close_
.clear();
998
if (
fds_to_close_
.erase(fd) > 0) {
[
all
...]
Completed in 77 milliseconds