Searched refs:SIGNAL_STOP_STOPPED (Results 1 – 5 of 5) sorted by relevance
254 #define SIGNAL_STOP_STOPPED 0x00000001 /* job control stop in effect */ macro266 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \
377 if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { in task_participate_group_stop()378 signal_set_stop_flags(sig, SIGNAL_STOP_STOPPED); in task_participate_group_stop()392 } else if (!(sig->flags & SIGNAL_STOP_STOPPED)) in task_join_group_stop()949 if (signal->flags & SIGNAL_STOP_STOPPED) in prepare_signal()2469 if (!(sig->flags & SIGNAL_STOP_STOPPED)) in do_signal_stop()2559 !(signal->flags & SIGNAL_STOP_STOPPED)) in do_jobctl_trap()
362 if (p->signal->flags & SIGNAL_STOP_STOPPED) in has_stopped_jobs()1275 if (p->signal->flags & SIGNAL_STOP_STOPPED) in task_stopped_code()
147 (child->signal->flags & SIGNAL_STOP_STOPPED || in __ptrace_unlink()
529 if (sig->flags & (SIGNAL_GROUP_EXIT | SIGNAL_STOP_STOPPED)) in do_task_stat()
Completed in 20 milliseconds