Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/pidfd/
A Dpidfd_wait.c116 ASSERT_EQ(info.si_code, CLD_STOPPED); in TEST()
128 ASSERT_EQ(info.si_code, CLD_STOPPED); in TEST()
212 ASSERT_EQ(info.si_code, CLD_STOPPED); in TEST()
/linux/include/uapi/asm-generic/
A Dsiginfo.h280 #define CLD_STOPPED 5 /* child has stopped */ macro
/linux/kernel/
A Dsignal.c2157 case CLD_STOPPED: in do_notify_parent_cldstop()
2246 if (why == CLD_STOPPED && (current->jobctl & JOBCTL_STOP_PENDING)) in ptrace_stop()
2442 notify = CLD_STOPPED; in do_signal_stop()
2502 CLD_STOPPED); in do_jobctl_trap()
2505 ptrace_stop(signr, CLD_STOPPED, 0, NULL); in do_jobctl_trap()
2662 why = CLD_STOPPED; in get_signal()
2969 group_stop = CLD_STOPPED; in exit_signals()
A Dexit.c1209 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()

Completed in 18 milliseconds