Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c766 struct thread_struct *new_thread, *old_thread; in __switch_to() local
866 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()
/linux-4.1.27/arch/um/kernel/
Dprocess.c178 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
/linux-4.1.27/arch/um/include/shared/
Dos.h270 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
/linux-4.1.27/arch/um/os-Linux/skas/
Dprocess.c547 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function