Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/sys/
H A Dwait.h88 case CLD_CONTINUED: in waitpid()
/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.c120 ASSERT_EQ(info.si_code, CLD_CONTINUED); in TEST()
/linux/kernel/
H A Dexit.c1436 infop->cause = CLD_CONTINUED; in wait_task_continued()
H A Dsignal.c910 * Notify the parent with CLD_CONTINUED if we were stopped. in prepare_signal()
915 * CLD_CONTINUED was dropped. in prepare_signal()
2312 case CLD_CONTINUED: in do_notify_parent_cldstop()
2834 why = CLD_CONTINUED; in get_signal()