Searched refs:fd_watched (Results 1 – 1 of 1) sorted by relevance
63 const auto& fd_watched = fds_watched_.find(fd_mode); in RunOnce() local64 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()