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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsignal.c1447 * For a stopped/continued status change, use do_notify_parent_cldstop instead.
1461 /* do_notify_parent_cldstop should have been called instead. */
1533 static void do_notify_parent_cldstop(struct task_struct *tsk, int why) function
1664 do_notify_parent_cldstop(current, CLD_TRAPPED);
1779 do_notify_parent_cldstop(current, notify);
1865 do_notify_parent_cldstop(current->group_leader, why);
2041 do_notify_parent_cldstop(tsk, group_stop);

Completed in 111 milliseconds