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