Home
last modified time | relevance | path

Searched refs:pti_threads_system (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/sys/
H A Dbsdtask_info.h40 uint64_t pti_threads_system; member
H A Dproc_info.h133 uint64_t pti_threads_system; member
/xnu-11215/tests/recount/
H A Drecount_tests.c38 info.pti_threads_system, in proc_pidtaskinfo_increasing()
40 info.pti_total_system - info.pti_threads_system); in proc_pidtaskinfo_increasing()
/xnu-11215/tests/
H A Dproc_info.c1051 T_EXPECT_GT(late->pti_threads_system, early->pti_threads_system, in _expect_increasing_taskinfo_times()
/xnu-11215/osfmk/kern/
H A Dbsd_kern.c1101 ptinfo->pti_threads_system = tinfo.threads_system; in fill_taskprocinfo()