Searched refs:thread_set_child (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A Dbsd_i386.c205 * FIXME - thread_set_child
208 void thread_set_child(thread_t child, int pid);
210 thread_set_child(thread_t child, int pid) function
/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c140 void thread_set_child(thread_t child, int pid);
509 thread_set_child(parent_thread, child_proc->p_pid);
595 thread_set_child(child_thread, child_proc->p_pid);

Completed in 27 milliseconds