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