Home
last modified time | relevance | path

Searched defs:new_thread (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/powerpc/kernel/
Dprocess.c353 static void switch_booke_debug_regs(struct thread_struct *new_thread) in switch_booke_debug_regs()
399 struct thread_struct *new_thread, *old_thread; in __switch_to() local
/linux-3.3/arch/um/os-Linux/skas/
Dprocess.c627 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function