Searched defs:thuniqueid (Results 1 – 2 of 2) sorted by relevance
| /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() 1199 fill_taskthreadlist(task_t task, void * buffer, int thcount, bool thuniqueid) in fill_taskthreadlist()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | proc_info.c | 955 proc_pidthreadinfo(proc_t p, uint64_t arg, bool thuniqueid, struct proc_threadinfo *pthinfo) in proc_pidthreadinfo() 1101 proc_pidlistthreads(proc_t p, bool thuniqueid, user_addr_t buffer, uint32_t buffersize, int32_t *r… in proc_pidlistthreads() 2027 bool thuniqueid = false; in proc_pidinfo() local
|