Home
last modified time | relevance | path

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

/linux/include/uapi/asm-generic/
H A Dsiginfo.h284 #define CLD_CONTINUED 6 /* stopped child has continued */ macro
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c131 ASSERT_EQ(info.si_code, CLD_CONTINUED); in TEST()
/linux/kernel/
H A Dexit.c1349 infop->cause = CLD_CONTINUED; in wait_task_continued()
H A Dsignal.c940 * Notify the parent with CLD_CONTINUED if we were stopped. in prepare_signal()
945 * CLD_CONTINUED was dropped. in prepare_signal()
2195 case CLD_CONTINUED: in do_notify_parent_cldstop()
2717 why = CLD_CONTINUED; in get_signal()