Searched refs:vector_copy_thread (Results 1 – 3 of 3) sorted by relevance
33 void vector_copy_thread(struct thread *td1, struct thread *td2);
203 vector_copy_thread(struct thread *td1, struct thread *td2) in vector_copy_thread() function
133 vector_copy_thread(td1, td2); in cpu_fork()