Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsignal.c378 * fresh group stop. Read comment in do_signal_stop() for details. in task_participate_group_stop()
925 * The first thread which returns from do_signal_stop() in prepare_signal()
2533 * do_signal_stop - handle group stop for SIGSTOP and other stop signals
2554 static bool do_signal_stop(int signr) in do_signal_stop() function
2742 * be checked in do_signal_stop(), we should only stop if it was in ptrace_signal()
2821 * do_signal_stop() and ptrace_stop() set TASK_STOPPED/TASK_TRACED in get_signal()
2886 do_signal_stop(0)) in get_signal()
2990 if (likely(do_signal_stop(signr))) { in get_signal()
3141 * see wants_signal(), do_signal_stop(). in exit_signals()