Home
last modified time | relevance | path

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

/linux/kernel/
A Dexit.c669 bool autoreap; in exit_notify() local
685 autoreap = do_notify_parent(tsk, sig); in exit_notify()
687 autoreap = thread_group_empty(tsk) && in exit_notify()
690 autoreap = true; in exit_notify()
693 if (autoreap) { in exit_notify()
A Dsignal.c2015 bool autoreap = false; in do_notify_parent() local
2092 autoreap = true; in do_notify_parent()
2105 return autoreap; in do_notify_parent()

Completed in 13 milliseconds