Home
last modified time | relevance | path

Searched refs:CLD_KILLED (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/bits/
Dsiginfo-consts.h120 CLD_KILLED, /* Child was killed. */ enumerator
121 # define CLD_KILLED CLD_KILLED macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsiginfo-consts.h180 CLD_KILLED, /* Child was killed. */ enumerator
181 # define CLD_KILLED CLD_KILLED macro
/glibc-2.36/posix/
Dtst-waitid.c204 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test_waitd_common()
210 check_sigchld (CLD_KILLED, SIGKILL, pid); in do_test_waitd_common()
218 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test_waitd_common()
Dtst-wait-skeleton.c169 check_sigchld (CLD_KILLED, SIGKILL, pid); in do_test_wait()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-process_mrelease.c77 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
Dwait4.c83 case CLD_KILLED: in __wait4_time64()
Dtst-process_madvise.c132 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
Dtst-pidfd.c173 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
/glibc-2.36/support/
Dtst-support-process_state.c98 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
/glibc-2.36/stdio-common/
Dpsiginfo-data.h36 P (CLD_KILLED, N_("Child has terminated abnormally and did not create a core file"))
/glibc-2.36/sysdeps/mach/hurd/
Dwaitid.c109 infop->si_code = WCOREDUMP (status) ? CLD_DUMPED : CLD_KILLED; in __waitid()
/glibc-2.36/conform/data/
Dsignal.h-data205 constant CLD_KILLED
/glibc-2.36/ChangeLog.old/
DChangeLog.1855216 (CLD_KILLED): Likewise.
55255 (CLD_KILLED): Likewise.
55293 (CLD_KILLED): Likewise.
55342 (CLD_KILLED): Likewise.
55380 (CLD_KILLED): Likewise.
55418 (CLD_KILLED): Likewise.
55456 (CLD_KILLED): Likewise.
55496 (CLD_KILLED): Likewise.
55534 (CLD_KILLED): Likewise.
55833 [POSIX || XPG3] (CLD_KILLED): Likewise.