Searched defs:num_fds (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | worker_thread_loop_body.cpp | 31 int num_fds = Select(&readable_fds, nullptr, nullptr, nullptr); in WorkerInnerLoop() local
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | main.cpp | 132 int num_fds = Select(&read_set, nullptr, nullptr, nullptr); in ModemSimulatorMain() local
|
D | channel_monitor.cpp | 274 int num_fds = cuttlefish::Select(&read_set, nullptr, nullptr, nullptr); in MonitorLoop() local
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.cpp | 342 int SharedFD::Poll(PollSharedFd* fds, size_t num_fds, int timeout) { in Poll()
|