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

/fuchsia/zircon/kernel/kernel/
H A Dsched.cpp746 DEBUG_ASSERT(now > current_thread->last_started_running);
747 zx_duration_t delta = zx_time_sub_time(now, current_thread->last_started_running);
760 zx_time_t deadline = zx_time_add_duration(current_thread->last_started_running,
815 DEBUG_ASSERT(now >= oldthread->last_started_running);
816 zx_duration_t old_runtime = zx_time_sub_time(now, oldthread->last_started_running);
826 newthread->last_started_running = now;
850 zx_duration_t delta = zx_time_sub_time(now, oldthread->last_started_running);
H A Ddebug.cpp222 zx_time_sub_time(current_time(), percpu[i].idle_thread.last_started_running);
H A Dthread.cpp931 zx_duration_t recent = zx_time_sub_time(current_time(), t->last_started_running);
1177 zx_duration_t recent = zx_time_sub_time(current_time(), t->last_started_running);
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h88 zx_time_t last_started_running; member in struct:thread
/fuchsia/zircon/kernel/syscalls/
H A Dobject.cpp468 current_time(), percpu[i].idle_thread.last_started_running);

Completed in 105 milliseconds