Home
last modified time | relevance | path

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

/xnu-11215/tests/recount/
H A Drecount_tests.c129 uint64_t sys_time; member
138 T_EXPECT_GE(after->sys_time, before->sys_time, in _assert_increasing()
190 .sys_time = info.ri_system_time, in proc_pid_rusage_times()
214 .sys_time = ns_from_time_value(info.system_time), in task_basic_info_times()
238 .sys_time = ns_from_mach(info.total_system), in task_power_info_times()
262 .sys_time = ns_from_mach(info.total_system), in task_absolutetime_info_times()
286 .sys_time = ns_from_timeval(usage.ru_stime), in getrusage_times()
/xnu-11215/tools/lldbmacros/
H A Dmisc.py312 (user_time, sys_time) = GetTaskTerminatedUserSysTime(task)
321 user_time, sys_time))
327 (user_time, sys_time) = GetThreadUserSysTime(thread)
338 user_time, sys_time))
H A Drecount.py558 usr_time, sys_time = GetThreadUserSysTime(thread)
559 threads_time_mach += usr_time + sys_time
/xnu-11215/osfmk/kern/
H A Dtask.c5254 _task_fill_times(task_t task, time_value_t *user_time, time_value_t *sys_time) in _task_fill_times() argument
5264 sys_time->seconds = (typeof(sys_time->seconds))sec; in _task_fill_times()
5265 sys_time->microseconds = usec; in _task_fill_times()