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