Home
last modified time | relevance | path

Searched refs:CLD_STOPPED (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/testing/selftests/pidfd/
Dpidfd_wait.c160 if (info.si_code != CLD_STOPPED) in test_pidfd_wait_states()
214 if (info.si_code != CLD_STOPPED) in test_pidfd_wait_states()
/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h268 #define CLD_STOPPED 5 /* child has stopped */ macro
/Linux-v5.4/kernel/
Dsignal.c2048 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()
Dexit.c1201 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()