Home
last modified time | relevance | path

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

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