Searched refs:thuniqueid (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dbsdtask_info.h110 int fill_taskthreadinfo(task_t task, uint64_t thaddr, int thuniqueid, struct proc_threadinfo_internal * ptinfo, void *, int *);
/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c638 fill_taskthreadinfo(task_t task, uint64_t thaddr, int thuniqueid, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) argument
651 addr = (thuniqueid==0)?thact->machine.cthread_self: thact->thread_id;
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c109 int proc_pidthreadinfo(proc_t p, uint64_t arg, int thuniqueid, struct proc_threadinfo *pthinfo);
676 proc_pidthreadinfo(proc_t p, uint64_t arg, int thuniqueid, struct proc_threadinfo *pthinfo) argument
683 error = fill_taskthreadinfo(p->task, threadaddr, thuniqueid, (struct proc_threadinfo_internal *)pthinfo, NULL, NULL);
961 int thuniqueid = 0; local
1128 thuniqueid = 1;
1132 error = proc_pidthreadinfo(p, arg, thuniqueid, &pthinfo);

Completed in 19 milliseconds