OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_fd_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/process_proxy/
process_output_watcher.h
71
int
max_fd_
;
member in class:chromeos::ProcessOutputWatcher
process_output_watcher.cc
68
max_fd_
= std::max(out_fd_, stop_fd_);
91
HANDLE_EINTR(select(
max_fd_
+ 1, &rfds, NULL, NULL, NULL));
Completed in 61 milliseconds