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

/linux-master/include/linux/sched/
H A Dsignal.h335 extern __must_check bool do_notify_parent(struct task_struct *, int);
/linux-master/kernel/
H A Dexit.c274 zap_leader = do_notify_parent(leader, leader->exit_signal);
669 if (do_notify_parent(p, p->exit_signal)) {
750 autoreap = do_notify_parent(tsk, sig);
753 do_notify_parent(tsk, tsk->exit_signal);
1179 if (do_notify_parent(p, p->exit_signal))
H A Dptrace.c551 dead = do_notify_parent(p, p->exit_signal);
H A Dsignal.c2047 bool do_notify_parent(struct task_struct *tsk, int sig)
2181 * see comment in do_notify_parent() about the following 4 lines
2049 bool do_notify_parent(struct task_struct *tsk, int sig) function

Completed in 218 milliseconds