Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance
767 struct thread_struct *new_thread, *old_thread; in __switch_to() local867 new_thread = &new->thread; in __switch_to()880 new_thread->start_tb = current_tb; in __switch_to()903 last = _switch(old_thread, new_thread); in __switch_to()
179 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