Home
last modified time | relevance | path

Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kernel/
Dprocess.c767 struct thread_struct *new_thread, *old_thread; in __switch_to() local
867 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()
/arch/um/kernel/
Dprocess.c179 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
/arch/um/include/shared/
Dos.h278 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
/arch/um/os-Linux/skas/
Dprocess.c526 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function