taglinefilesource code
copy_thread271include/linux/sched.hextern unsigned long copy_thread(int, unsigned long, struct task_struct *, struct pt_regs *);
copy_thread209kernel/fork.cclone_flags = copy_thread(nr, COPYVM | SIGCHLD, p, &regs);