Searched refs:autoreap (Results 1 – 2 of 2) sorted by relevance
591 bool autoreap; in exit_notify() local606 autoreap = do_notify_parent(tsk, sig); in exit_notify()608 autoreap = thread_group_empty(tsk) && in exit_notify()611 autoreap = true; in exit_notify()614 tsk->exit_state = autoreap ? EXIT_DEAD : EXIT_ZOMBIE; in exit_notify()
1628 bool autoreap = false; in do_notify_parent() local1701 autoreap = true; in do_notify_parent()1710 return autoreap; in do_notify_parent()