Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/sys/
H A Dbsdtask_info.h39 uint64_t pti_threads_user; /* existing threads only */ member
H A Dproc_info.h132 uint64_t pti_threads_user; /* existing threads only */ member
/xnu-10063.121.3/tests/recount/
H A Drecount_tests.c37 info.pti_total_system, info.pti_threads_user, in proc_pidtaskinfo_increasing()
39 info.pti_total_user - info.pti_threads_user, in proc_pidtaskinfo_increasing()
/xnu-10063.121.3/osfmk/kern/
H A Dbsd_kern.c1063 ptinfo->pti_threads_user = tinfo.threads_user; in fill_taskprocinfo()
/xnu-10063.121.3/tests/
H A Dproc_info.c1055 T_EXPECT_GT(late->pti_threads_user, early->pti_threads_user, in _expect_increasing_taskinfo_times()