Home
last modified time | relevance | path

Searched defs:read_set (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/host/commands/cvd_status/
Dcvd_status.cc83 cuttlefish::SharedFDSet read_set; in main() local
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc93 SharedFDSet read_set; in PowerwashCvdMain() local
/device/google/cuttlefish/host/commands/restart_cvd/
Drestart_cvd.cc94 SharedFDSet read_set; in RestartCvdMain() local
/device/google/cuttlefish/host/frontend/webrtc/
Dkernel_log_events_handler.cpp47 SharedFDSet read_set; in ReadLoop() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp129 cuttlefish::SharedFDSet read_set; in main() local
Dchannel_monitor.cpp233 cuttlefish::SharedFDSet read_set; in MonitorLoop() local
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
Dgnss_grpc_proxy.cpp139 cuttlefish::SharedFDSet read_set; in ReadLoop() local
/device/google/cuttlefish/host/commands/console_forwarder/
Dmain.cpp163 SharedFDSet read_set; in ReadLoop() local
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc169 SharedFDSet read_set; in CleanStopInstance() local
/device/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.cpp328 cuttlefish::SharedFDSet read_set; in ClientConnectorLoop() local
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp196 int Select(SharedFDSet* read_set, SharedFDSet* write_set, in Select()