Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance
766 struct thread_struct *new_thread, *old_thread; in __switch_to() local866 new_thread = &new->thread; in __switch_to()879 new_thread->start_tb = current_tb; in __switch_to()902 last = _switch(old_thread, new_thread); in __switch_to()
183 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
278 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
526 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function