Searched refs:total_system (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dtask_info.h188 uint64_t total_system; member in struct:task_absolutetime_info
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c537 tinfo.total_system = task->total_system_time;
551 tinfo.total_system += tval;
554 ptinfo->pti_total_system = tinfo.total_system;
H A Dtask.c1311 info->total_system = task->total_system_time;
1322 info->total_system += tval;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_resource.c592 absolutetime_to_microtime(tinfo.total_user + tinfo.total_system,

Completed in 42 milliseconds