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.c122 ASSERT_EQ(info.si_code, CLD_STOPPED); in TEST()
136 ASSERT_EQ(info.si_code, CLD_STOPPED); in TEST()
220 ASSERT_EQ(info.si_code, CLD_STOPPED); in TEST()
/linux/include/uapi/asm-generic/
A Dsiginfo.h283 #define CLD_STOPPED 5 /* child has stopped */ macro
/linux/kernel/
A Dsignal.c2199 case CLD_STOPPED: in do_notify_parent_cldstop()
2297 if (why == CLD_STOPPED && (current->jobctl & JOBCTL_STOP_PENDING)) in ptrace_stop()
2502 notify = CLD_STOPPED; in do_signal_stop()
2563 CLD_STOPPED, 0); in do_jobctl_trap()
2566 ptrace_stop(signr, CLD_STOPPED, 0, NULL); in do_jobctl_trap()
2720 why = CLD_STOPPED; in get_signal()
3037 group_stop = CLD_STOPPED; in exit_signals()
A Dexit.c1345 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()

Completed in 18 milliseconds