Searched refs:do_notify_parent (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/
H A Dexit.c275 zap_leader = do_notify_parent(leader, leader->exit_signal);
673 if (do_notify_parent(p, p->exit_signal)) {
754 autoreap = do_notify_parent(tsk, sig);
757 do_notify_parent(tsk, tsk->exit_signal);
1183 if (do_notify_parent(p, p->exit_signal))
H A Dptrace.c551 dead = do_notify_parent(p, p->exit_signal);
H A Dsignal.c2049 bool do_notify_parent(struct task_struct *tsk, int sig) function
2183 * see comment in do_notify_parent() about the following 4 lines
/linux-master/include/linux/sched/
H A Dsignal.h335 extern __must_check bool do_notify_parent(struct task_struct *, int);

Completed in 150 milliseconds