Lines Matching full:exited
34 bool exited; member
129 child->exited = false; in start_thread()
229 if (child->output_seen && !child->exited) in child_tickle()
235 if (!child->exited) in child_stop()
245 if (!child->exited) { in child_cleanup()
261 child->exited = true; in child_cleanup()
266 ksft_print_msg("%s: Exited due to signal %d\n", in child_cleanup()
269 child->exited = true; in child_cleanup()
271 } while (!child->exited); in child_cleanup()
280 ksft_print_msg("%s exited with error code %d\n", in child_cleanup()
295 children[i].exited = true; in handle_child_signal()
491 children[i].exited) in main()