Home
last modified time | relevance | path

Searched refs:fill_taskthreadinfo (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/sys/ !
H A Dbsdtask_info.h118 int fill_taskthreadinfo(task_t task, uint64_t thaddr, bool thuniqueid, struct proc_threadinfo_inter…
/xnu-12377.81.4/osfmk/kern/ !
H A Dbsd_kern.c1150 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 Dproc_info.c962 …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()