Home
last modified time | relevance | path

Searched refs:thread_comm_monitor_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/host/commands/launch/
Dprocess_monitor.cc58 &thread_comm_monitor_)) { in ProcessMonitor()
134 read_set.Set(thread_comm_monitor_); in MonitorRoutine()
157 if (read_set.IsSet(thread_comm_monitor_)) { in MonitorRoutine()
159 ConsumeNotifications(thread_comm_monitor_); in MonitorRoutine()
Dprocess_monitor.h58 cvd::SharedFD thread_comm_main_, thread_comm_monitor_; variable