Searched refs:tval (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c540 uint64_t tval; local
545 tval = timer_grab(&thread->user_timer);
546 tinfo.threads_user += tval;
547 tinfo.total_user += tval;
549 tval = timer_grab(&thread->system_timer);
550 tinfo.threads_system += tval;
551 tinfo.total_system += tval;
H A Dtask.c1314 uint64_t tval; local
1316 tval = timer_grab(&thread->user_timer);
1317 info->threads_user += tval;
1318 info->total_user += tval;
1320 tval = timer_grab(&thread->system_timer);
1321 info->threads_system += tval;
1322 info->total_system += tval;

Completed in 29 milliseconds