Home
last modified time | relevance | path

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

/lk-master/kernel/include/kernel/
A Dthread.h221 lk_bigtime_t last_idle_timestamp; member
/lk-master/kernel/
A Ddebug.c107 idle_time += current_time_hires() - thread_stats[i].last_idle_timestamp; in threadload()
A Dthread.c520 thread_stats[cpu].idle_time += now - thread_stats[cpu].last_idle_timestamp; in thread_resched()
523 thread_stats[cpu].last_idle_timestamp = current_time_hires(); in thread_resched()

Completed in 6 milliseconds