Searched refs:CLD_KILLED (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/bits/ |
D | siginfo-consts.h | 120 CLD_KILLED, /* Child was killed. */ enumerator 121 # define CLD_KILLED CLD_KILLED macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | siginfo-consts.h | 180 CLD_KILLED, /* Child was killed. */ enumerator 181 # define CLD_KILLED CLD_KILLED macro
|
/glibc-2.36/posix/ |
D | tst-waitid.c | 204 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()
|
D | tst-wait-skeleton.c | 169 check_sigchld (CLD_KILLED, SIGKILL, pid); in do_test_wait()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-process_mrelease.c | 77 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
|
D | wait4.c | 83 case CLD_KILLED: in __wait4_time64()
|
D | tst-process_madvise.c | 132 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
|
D | tst-pidfd.c | 173 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
|
/glibc-2.36/support/ |
D | tst-support-process_state.c | 98 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
|
/glibc-2.36/stdio-common/ |
D | psiginfo-data.h | 36 P (CLD_KILLED, N_("Child has terminated abnormally and did not create a core file"))
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | waitid.c | 109 infop->si_code = WCOREDUMP (status) ? CLD_DUMPED : CLD_KILLED; in __waitid()
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 205 constant CLD_KILLED
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 55216 (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.
|