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.cc56 for (auto& io_task : io_tasks_) { in ~BaseMessageLoop() local
57 DVLOG_LOC(io_task.second.location(), 1) in ~BaseMessageLoop()
58 << "Removing file descriptor watcher task_id " << io_task.first in ~BaseMessageLoop()
60 io_task.second.StopWatching(); in ~BaseMessageLoop()