init_main.c | 251 int start_init_exec; /* semaphore for start_init() */ 254 static void start_init(void *); 650 if (fork1(l, 0, SIGCHLD, NULL, 0, start_init, NULL, NULL)) 654 * The initproc variable cannot be initialized in start_init as there 655 * is a race between vfs_mountroot and start_init. 968 start_init(void *arg) function in typeref:typename:void
|