tag
line
file
source code
copy_thread
331
include/linux/sched.h
extern void copy_thread(int, unsigned long, unsigned long, struct task_struct *, struct pt_regs *);
copy_thread
263
kernel/fork.c
copy_thread(nr, clone_flags, usp, p, regs);