arch_thread_context_switch
void arch_thread_context_switch(Thread *t_from, Thread *t_to);
arch_thread_context_switch(fromThread, toThread);
void arch_thread_context_switch(struct thread *t_from, struct thread *t_to);