Searched refs:SIGNAL_STOP_STOPPED (Results 1 – 3 of 3) sorted by relevance
261 #define SIGNAL_STOP_STOPPED 0x00000001 /* job control stop in effect */ macro273 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \
362 if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { in task_participate_group_stop()363 signal_set_stop_flags(sig, SIGNAL_STOP_STOPPED); in task_participate_group_stop()377 } else if (!(sig->flags & SIGNAL_STOP_STOPPED)) in task_join_group_stop()924 if (signal->flags & SIGNAL_STOP_STOPPED) in prepare_signal()2662 if (!(sig->flags & SIGNAL_STOP_STOPPED)) in do_signal_stop()2752 !(signal->flags & SIGNAL_STOP_STOPPED)) in do_jobctl_trap()
394 if (p->signal->flags & SIGNAL_STOP_STOPPED) in has_stopped_jobs()1342 if (p->signal->flags & SIGNAL_STOP_STOPPED) in task_stopped_code()