cpu_copy_thread
cpu_copy_thread(newtd, td);
cpu_copy_thread(newtd, oldtd);
void cpu_copy_thread(struct thread *td, struct thread *td0);