Searched refs:last_active (Results 1 – 4 of 4) sorted by relevance
252 static double first, last, last_active; in HTReadProgress() local258 static double now, first, last, last_active; in HTReadProgress() local265 static time_t first, last, last_active; in HTReadProgress() local273 first = last = last_active = now; in HTReadProgress()310 last_active = now; in HTReadProgress()372 if (now - last_active >= 5) in HTReadProgress()375 sprint_tbuf(tbuf, (long) (now - last_active))); in HTReadProgress()
152 curthread->last_active) { in _thread_kern_sched()322 curthread->last_active) { in _thread_kern_sched()335 curthread->last_active) * in _thread_kern_sched()452 curthread->last_active = (long) current_tick; in _thread_kern_sched()
272 _thread_initial->last_active = (long) _sched_ticks; in _thread_init()
632 long last_active; member