Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dmach_process.c110 extern thread_t get_firstthread(task_t);
405 th_act = (thread_t)get_firstthread(task); in ptrace()
/xnu-11215/osfmk/kern/
H A Dbsd_kern.c61 thread_t get_firstthread(task_t);
238 get_firstthread(task_t task) in get_firstthread() function