Home
last modified time | relevance | path

Searched refs:get_firstthread (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dmach_process.c110 extern thread_t get_firstthread(task_t);
407 th_act = (thread_t)get_firstthread(task); in ptrace()
/xnu-12377.41.6/osfmk/kern/
H A Dbsd_kern.c62 thread_t get_firstthread(task_t);
239 get_firstthread(task_t task) in get_firstthread() function