Searched refs:fill_taskthreadinfo (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/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-12377.81.4/osfmk/kern/ |
| H A D | bsd_kern.c | 1150 fill_taskthreadinfo(task_t task, uint64_t thaddr, bool thuniqueid, struct proc_threadinfo_internal … in fill_taskthreadinfo() function
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | proc_info.c | 962 …error = fill_taskthreadinfo(proc_task(p), threadaddr, thuniqueid, (struct proc_threadinfo_internal… in proc_pidthreadinfo() 1081 …error = fill_taskthreadinfo(proc_task(p), threadaddr, 0, (struct proc_threadinfo_internal *)&pinfo… in proc_pidthreadpathinfo()
|