tag
line
file
source code
CLONE_PID
583
init/main.c
kernel_thread(cpu_idle, NULL, CLONE_PID);
CLONE_PID
64
kernel/fork.c
if (flags & CLONE_PID)