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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbsdtask_info.h110 int fill_taskthreadlist(task_t task, void * buffer, int thcount);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c446 int thcount = 0; local
491 thcount = db_lookup_task_act(((thread_t)addr)->task,
541 addr, thcount, th->task->thread_count);
807 thcount++;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c759 int thcount = 0; local
805 thcount = db_lookup_task_act(((thread_act_t)addr)->task,
857 addr, thcount, th->task->thread_count);
1118 thcount++;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c633 fill_taskthreadlist(task_t task, void * buffer, int thcount) argument
655 if (numthr >= thcount)

Completed in 34 milliseconds