Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dsignal.h256 #define SIGNAL_STOP_STOPPED 0x00000001 /* job control stop in effect */ macro
269 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \
/linux/kernel/
A Dsignal.c384 if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { in task_participate_group_stop()
385 signal_set_stop_flags(sig, SIGNAL_STOP_STOPPED); in task_participate_group_stop()
399 } else if (!(sig->flags & SIGNAL_STOP_STOPPED)) in task_join_group_stop()
945 if (signal->flags & SIGNAL_STOP_STOPPED) in prepare_signal()
2407 if (!(sig->flags & SIGNAL_STOP_STOPPED)) in do_signal_stop()
2498 !(signal->flags & SIGNAL_STOP_STOPPED)) in do_jobctl_trap()
A Dexit.c305 if (p->signal->flags & SIGNAL_STOP_STOPPED) in has_stopped_jobs()
1139 if (p->signal->flags & SIGNAL_STOP_STOPPED) in task_stopped_code()
A Dptrace.c146 (child->signal->flags & SIGNAL_STOP_STOPPED || in __ptrace_unlink()
/linux/arch/ia64/kernel/
A Dptrace.c669 (child->signal->flags & SIGNAL_STOP_STOPPED)) { in ptrace_attach_sync_user_rbs()

Completed in 22 milliseconds