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

/linux-master/kernel/
H A Dsignal.c2044 * For a stopped/continued status change, use do_notify_parent_cldstop instead.
2059 /* do_notify_parent_cldstop should have been called instead. */
2151 * do_notify_parent_cldstop - notify parent of stopped/continued state change
2163 static void do_notify_parent_cldstop(struct task_struct *tsk, function
2321 do_notify_parent_cldstop(current, true, why);
2323 do_notify_parent_cldstop(current, false, why);
2326 * The previous do_notify_parent_cldstop() invocation woke ptracer.
2344 * Therefore the task can be preempted after do_notify_parent_cldstop()
2519 do_notify_parent_cldstop(current, false, notify);
2727 do_notify_parent_cldstop(curren
[all...]

Completed in 120 milliseconds