cpu_fork
cpu_fork(lp1, lp2, flags);
void cpu_fork (struct lwp *, struct lwp *, int);
cpu_fork(ONLY_LWP_IN_PROC(p1), NULL, flags);