Searched refs:fill_taskthreadinfo (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | bsdtask_info.h | 118 int fill_taskthreadinfo(task_t task, uint64_t thaddr, bool thuniqueid, struct proc_threadinfo_inter…
|
| /xnu-11215/osfmk/kern/ |
| H A D | bsd_kern.c | 1123 fill_taskthreadinfo(task_t task, uint64_t thaddr, bool thuniqueid, struct proc_threadinfo_internal … in fill_taskthreadinfo() function
|
| /xnu-11215/bsd/kern/ |
| H A D | proc_info.c | 911 …error = fill_taskthreadinfo(proc_task(p), threadaddr, thuniqueid, (struct proc_threadinfo_internal… in proc_pidthreadinfo() 1030 …error = fill_taskthreadinfo(proc_task(p), threadaddr, 0, (struct proc_threadinfo_internal *)&pinfo… in proc_pidthreadpathinfo()
|