proc_addthread     92 kern/include/proc.h int proc_addthread(struct proc *proc, struct thread *t);
proc_addthread    202 kern/thread/thread.c 	result = proc_addthread(kproc, c->c_curthread);
proc_addthread    514 kern/thread/thread.c 	result = proc_addthread(proc, newthread);