switch_threads    290 arch/um/include/shared/os.h extern void switch_threads(jmp_buf *me, jmp_buf *you);
switch_threads     91 arch/um/kernel/process.c 	switch_threads(&from->thread.switch_buf, &to->thread.switch_buf);