Home
last modified time | relevance | path

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

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