Home
last modified time | relevance | path

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

/kernel/kernel/
A Dthread.cpp953 zx_duration_t runtime = t->runtime_ns; in thread_runtime() local
956 runtime = zx_duration_add_duration(runtime, recent); in thread_runtime()
959 return runtime; in thread_runtime()
1199 zx_duration_t runtime = t->runtime_ns; in dump_thread_locked() local
1202 runtime = zx_duration_add_duration(runtime, recent); in dump_thread_locked()
1216 runtime, runtime / 1000000000); in dump_thread_locked()

Completed in 10 milliseconds