Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DHTAlert.c252 static double first, last, last_active; in HTReadProgress() local
258 static double now, first, last, last_active; in HTReadProgress() local
265 static time_t first, last, last_active; in HTReadProgress() local
273 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()
/mirbsd/src/lib/libpthread/uthread/
Duthread_kern.c152 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()
Duthread_init.c272 _thread_initial->last_active = (long) _sched_ticks; in _thread_init()
Dpthread_private.h632 long last_active; member