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

/linux-4.1.27/kernel/
H A Dexit.c257 if (p->signal->flags & SIGNAL_STOP_STOPPED) do_each_pid_task()
1134 if (p->signal->flags & SIGNAL_STOP_STOPPED) task_stopped_code()
H A Dsignal.c348 if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { task_participate_group_stop()
349 sig->flags = SIGNAL_STOP_STOPPED; task_participate_group_stop()
880 if (signal->flags & SIGNAL_STOP_STOPPED)
2024 * SIGNAL_STOP_STOPPED is already set. Don't generate
2031 if (!(sig->flags & SIGNAL_STOP_STOPPED))
2121 !(signal->flags & SIGNAL_STOP_STOPPED)) do_jobctl_trap()
H A Dptrace.c94 (child->signal->flags & SIGNAL_STOP_STOPPED || __ptrace_unlink()
/linux-4.1.27/arch/ia64/kernel/
H A Dptrace.c667 (child->signal->flags & SIGNAL_STOP_STOPPED)) { ptrace_attach_sync_user_rbs()
/linux-4.1.27/include/linux/
H A Dsched.h763 #define SIGNAL_STOP_STOPPED 0x00000001 /* job control stop in effect */ macro

Completed in 200 milliseconds