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

/fuchsia/zircon/kernel/syscalls/
H A Dzircon.cpp72 return ThreadDispatcher::GetCurrent()->runtime_ns();
89 time = ThreadDispatcher::GetCurrent()->runtime_ns();
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h96 zx_duration_t runtime_ns; member in struct:thread
/fuchsia/zircon/kernel/object/include/object/
H A Dthread_dispatcher.h138 uint64_t runtime_ns() const { return thread_runtime(&thread_); } function in class:final
/fuchsia/zircon/kernel/kernel/
H A Dsched.cpp817 oldthread->runtime_ns = zx_duration_add_duration(oldthread->runtime_ns, old_runtime);
H A Dthread.cpp929 zx_duration_t runtime = t->runtime_ns;
1175 zx_duration_t runtime = t->runtime_ns;
/fuchsia/zircon/kernel/object/
H A Dthread_dispatcher.cpp849 info->total_runtime = runtime_ns();

Completed in 179 milliseconds