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