Searched refs:CLD_STOPPED (Results 1 – 4 of 4) sorted by relevance
160 if (info.si_code != CLD_STOPPED) in test_pidfd_wait_states()214 if (info.si_code != CLD_STOPPED) in test_pidfd_wait_states()
268 #define CLD_STOPPED 5 /* child has stopped */ macro
2048 case CLD_STOPPED: in do_notify_parent_cldstop()2172 if (why == CLD_STOPPED && (current->jobctl & JOBCTL_STOP_PENDING)) in ptrace_stop()2368 notify = CLD_STOPPED; in do_signal_stop()2428 CLD_STOPPED); in do_jobctl_trap()2431 ptrace_stop(signr, CLD_STOPPED, 0, NULL); in do_jobctl_trap()2553 why = CLD_STOPPED; in get_signal()2845 group_stop = CLD_STOPPED; in exit_signals()
1201 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()