Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dexit.c223 zap_leader = do_notify_parent(leader, leader->exit_signal); in release_task()
593 if (do_notify_parent(p, p->exit_signal)) { in reparent_leader()
667 autoreap = do_notify_parent(tsk, sig); in exit_notify()
670 do_notify_parent(tsk, tsk->exit_signal); in exit_notify()
1100 if (do_notify_parent(p, p->exit_signal)) in wait_task_zombie()
Dptrace.c532 dead = do_notify_parent(p, p->exit_signal); in __ptrace_detach()
Dsignal.c1905 bool do_notify_parent(struct task_struct *tsk, int sig) in do_notify_parent() function
/Linux-v5.4/include/linux/sched/
Dsignal.h331 extern __must_check bool do_notify_parent(struct task_struct *, int);