Home
last modified time | relevance | path

Searched refs:autoreap (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dexit.c605 bool autoreap; in exit_notify() local
626 autoreap = do_notify_parent(tsk, sig); in exit_notify()
628 autoreap = thread_group_empty(tsk) && in exit_notify()
631 autoreap = true; in exit_notify()
634 tsk->exit_state = autoreap ? EXIT_DEAD : EXIT_ZOMBIE; in exit_notify()
642 if (autoreap) in exit_notify()
Dsignal.c1630 bool autoreap = false; in do_notify_parent() local
1703 autoreap = true; in do_notify_parent()
1712 return autoreap; in do_notify_parent()