Home
last modified time | relevance | path

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

/kernel/
Dexit.c264 zap_leader = do_notify_parent(leader, leader->exit_signal); in release_task()
656 if (do_notify_parent(p, p->exit_signal)) { in reparent_leader()
730 autoreap = do_notify_parent(tsk, sig); in exit_notify()
733 do_notify_parent(tsk, tsk->exit_signal); in exit_notify()
1179 if (do_notify_parent(p, p->exit_signal)) in wait_task_zombie()
Dptrace.c576 dead = do_notify_parent(p, p->exit_signal); in __ptrace_detach()
Dsignal.c2029 bool do_notify_parent(struct task_struct *tsk, int sig) in do_notify_parent() function