Searched refs:runtime (Results 1 – 1 of 1) sorted by relevance
953 zx_duration_t runtime = t->runtime_ns; in thread_runtime() local956 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() local1202 runtime = zx_duration_add_duration(runtime, recent); in dump_thread_locked()1216 runtime, runtime / 1000000000); in dump_thread_locked()
Completed in 10 milliseconds