Searched refs:start_child (Results 1 – 8 of 8) sorted by relevance
76 static int start_child(void) { in start_child() function151 if (start_child() < 0) in suspend_complete()171 if (start_child() < 0) in context_state_callback()190 if (start_child() < 0) in context_state_callback()
42 static pid_t start_child(void) in start_child() function67 pid = start_child(); in main()
54 static pid_t start_child(void) in start_child() function80 pid = start_child(); in main()
88 static pid_t start_child(void) in start_child() function113 pid = start_child(); in main()
97 static pid_t start_child(void) in start_child() function122 pid = start_child(); in main()
81 static pid_t start_child(void) in start_child() function107 pid = start_child(); in main()
100 static pid_t start_child(void) in start_child() function125 pid = start_child(); in main()
695 btree_node *start_child() const { return child(start()); }1800 while (!node->leaf()) node = node->start_child();1812 while (!node->leaf()) node = node->start_child();1855 node = node->start_child();2377 assert(!parent->start_child()->leaf() ||2378 parent->start_child() == rightmost_);2467 node_type *child = orig_root->start_child();