Home
last modified time | relevance | path

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

/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc50 const auto task_ref = fire_order_.top(); in RunOnce() local
55 const auto scheduled_task_ref = tasks_.find(task_ref.second); in RunOnce()
59 if (current_time_ < task_ref.first) { in RunOnce()
60 current_time_ = task_ref.first; in RunOnce()
69 << "Running task_id " << task_ref.second in RunOnce()