Home
last modified time | relevance | path

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

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