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()
2529 * do_signal_stop - handle group stop for SIGSTOP and other stop signals
2550 static bool do_signal_stop(int signr) in do_signal_stop() function
2738 * be checked in do_signal_stop(), we should only stop if it was in ptrace_signal()
2817 * do_signal_stop() and ptrace_stop() do freezable_schedule() and in get_signal()
2881 do_signal_stop(0)) in get_signal()
2985 if (likely(do_signal_stop(signr))) { in get_signal()
3137 * see wants_signal(), do_signal_stop(). in exit_signals()