HomeSort by: relevance | last modified time | path
    Searched refs:start_init (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/kern/
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
  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 811 extern void start_init (tree, tree, bool, bool, rich_location *);
c-parser.cc 2631 start_init (NULL_TREE, asm_name,
2721 start_init (d, asm_name,
12254 start_init (NULL_TREE, NULL,
25724 start_init (omp_priv, NULL_TREE, false, false, &richloc);
c-typeck.cc 9273 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED,
9244 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, function
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 720 extern void start_init (tree, tree, int, rich_location *);
c-parser.cc 2219 start_init (NULL_TREE, asm_name, global_bindings_p (), &richloc);
2277 start_init (d, asm_name, global_bindings_p (), &richloc);
10275 start_init (NULL_TREE, NULL, 0, &richloc);
22407 start_init (omp_priv, NULL_TREE, 0, &richloc);
c-typeck.cc 8477 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level,
8450 start_init (tree decl, tree asmspec_tree ATTRIBUTE_UNUSED, int top_level, function

Completed in 134 milliseconds