Home
last modified time | relevance | path

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

/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc63 const auto& fd_watched = fds_watched_.find(fd_mode); in RunOnce() local
64 if (fd_watched == fds_watched_.end()) in RunOnce()
68 const auto& scheduled_task_ref = tasks_.find(fd_watched->second); in RunOnce()
70 fds_watched_.erase(fd_watched); in RunOnce()
74 << "Running task_id " << fd_watched->second in RunOnce()
85 fds_watched_.erase(fd_watched); in RunOnce()