Home
last modified time | relevance | path

Searched refs:thcount (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dbsdtask_info.h119 int fill_taskthreadlist(task_t task, void * buffer, int thcount, bool thuniqueid);
/xnu-12377.81.4/osfmk/kern/
H A Dbsd_kern.c1199 fill_taskthreadlist(task_t task, void * buffer, int thcount, bool thuniqueid) in fill_taskthreadlist() argument
1215 if (numthr >= thcount) { in fill_taskthreadlist()