Home
last modified time | relevance | path

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

/xnu-11417.140.69/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-11417.140.69/osfmk/kern/
H A Dbsd_kern.c63 thread_t get_firstthread(task_t);
240 get_firstthread(task_t task) in get_firstthread() function