Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/mach/ !
H A Dtask_info.h235 uint64_t threads_system; member
/xnu-12377.81.4/tests/ !
H A Dtask_info.c376 T_EXPECT_NE(absolute_time_info_data.threads_system, 0ULL,
377 …uld return non-zero value for system threads time = %llu", absolute_time_info_data.threads_system);
/xnu-12377.81.4/osfmk/kern/ !
H A Dbsd_kern.c1127 tinfo.threads_system = total_times.rtm_system - term_times.rtm_system; in fill_taskprocinfo()
1128 ptinfo->pti_threads_system = tinfo.threads_system; in fill_taskprocinfo()
H A Dtask.c5615 info->threads_system += total_times.rtm_system - term_times.rtm_system; in task_info()