Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance
302 struct thread_struct *new_thread, *old_thread; in __switch_to() local381 new_thread = &new->thread; in __switch_to()394 new_thread->start_tb = current_tb; in __switch_to()410 last = _switch(old_thread, new_thread); in __switch_to()
269 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
208 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function