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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dsignal.c1438 * For a stopped/continued status change, use do_notify_parent_cldstop instead.
1452 /* do_notify_parent_cldstop should have been called instead. */
1524 static void do_notify_parent_cldstop(struct task_struct *tsk, int why) function
1655 do_notify_parent_cldstop(current, CLD_TRAPPED);
1770 do_notify_parent_cldstop(current, notify);
1856 do_notify_parent_cldstop(current->group_leader, why);
2032 do_notify_parent_cldstop(tsk, group_stop);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dsignal.c1438 * For a stopped/continued status change, use do_notify_parent_cldstop instead.
1452 /* do_notify_parent_cldstop should have been called instead. */
1524 static void do_notify_parent_cldstop(struct task_struct *tsk, int why) function
1655 do_notify_parent_cldstop(current, CLD_TRAPPED);
1770 do_notify_parent_cldstop(current, notify);
1856 do_notify_parent_cldstop(current->group_leader, why);
2032 do_notify_parent_cldstop(tsk, group_stop);

Completed in 44 milliseconds