tag
line
file
source code
fork
42
init/main.c
static inline _syscall0(int,fork)
fork
320
init/main.c
if (!fork()) /* we count on this going ok */
fork
361
init/main.c
if (!(pid=fork())) {
fork
372
init/main.c
if ((pid = fork()) < 0) {