Home
last modified time | relevance | path

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

/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc60 for (auto& io_task : io_tasks_) { in ~BaseMessageLoop() local
61 DVLOG_LOC(io_task.second.location(), 1) in ~BaseMessageLoop()
62 << "Removing file descriptor watcher task_id " << io_task.first in ~BaseMessageLoop()
64 io_task.second.StopWatching(); in ~BaseMessageLoop()