Searched refs:time_to_run (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.cc72 TimeTicks time_to_run; member in struct:base::__anon2520::SequencedTask
78 if (lhs.time_to_run < rhs.time_to_run)
81 if (lhs.time_to_run > rhs.time_to_run)
581 sequenced.time_to_run = TimeTicks::Now() + delay;
968 if (i->time_to_run > current_time) {
970 *wait_time = i->time_to_run - current_time;

Completed in 130 milliseconds