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

/xnu-2422.115.4/bsd/sys/
H A Dbsdtask_info.h49 int32_t pti_threadnum; /* number of threads in the task */ member in struct:proc_taskinfo_internal
H A Dproc_info.h166 int32_t pti_threadnum; /* number of threads in the task */ member in struct:proc_taskinfo
/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c383 buf_used = tai.ptinfo.pti_threadnum * sizeof(uint64_t);
/xnu-2422.115.4/osfmk/kern/
H A Dbsd_kern.c669 ptinfo->pti_threadnum = task->thread_count;

Completed in 22 milliseconds