/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid09.c | 13 * waitpid(-1, 0) should return -1 with ECHILD if 16 * waitpid(-1, WNOHANG) should return -1 with ECHILD if 120 if (errno != ECHILD) { in case2() 122 tst_strerrno(ECHILD), tst_strerrno(errno)); in case2() 126 tst_res(TPASS, "waitpid(-1, 0) = -1 with ECHILD if no children"); in case2() 139 if (errno != ECHILD) { in case3() 141 tst_strerrno(ECHILD), tst_strerrno(errno)); in case3() 145 tst_res(TPASS, "waitpid(-1, WNOHANG) = -1 with ECHILD if no children"); in case3()
|
H A D | waitpid04.c | 82 if (errno != ECHILD) { in main() 84 "errno, expected ECHILD, got: %d", in main() 103 if (errno != ECHILD) { in main() 105 "errno, expected ECHILD, got: %d", in main()
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 157 ECHILD => "No child processes", 1134 ECHILD = libc::ECHILD, 1279 libc::ECHILD => ECHILD, 1424 ECHILD = libc::ECHILD, 1542 libc::ECHILD => ECHILD, 1660 ECHILD [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringprintf_unittest.cc | 134 errno = ECHILD; in TEST() 136 EXPECT_EQ(ECHILD, errno); in TEST()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 37 ECHILD, "ECHILD", ECHILD}, {
|
H A D | 4-1.c | 32 ECHILD, "ECHILD"}, {
|
/third_party/ltp/testcases/kernel/syscalls/wait/ |
H A D | wait01.c | 10 * wait() will return ECHILD. 19 TST_EXP_FAIL(wait(NULL), ECHILD); in verify_wait() local
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
H A D | waitid03.c | 11 * Tests if waitid() syscall returns ECHILD when the calling process has no 22 TST_EXP_FAIL(waitid(P_ALL, 0, infop, WNOHANG | WEXITED), ECHILD); in run()
|
H A D | waitid09.c | 11 * Test that waitid() fails with ECHILD with process that is not child of the 27 TST_EXP_FAIL(waitid(P_PID, 1, infop, WEXITED), ECHILD); in run()
|
H A D | waitid05.c | 13 * - waitid() with GID + 1 returns ECHILD 34 TST_EXP_FAIL(waitid(P_PGID, pid_group+1, infop, WEXITED), ECHILD); in run()
|
H A D | waitid06.c | 13 * - waitid() with PID + 1 returns ECHILD 31 TST_EXP_FAIL(waitid(P_PID, pid_child+1, infop, WEXITED), ECHILD); in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 21-1.c | 43 if (wait(&s) == -1 && errno == ECHILD) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/wait4/ |
H A D | wait402.c | 22 * wait402 - check for ECHILD errno when using an illegal pid value 74 case ECHILD: in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 11 #define ECHILD 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 11 #define ECHILD 10 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 11 #define ECHILD 10 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 10 #define ECHILD 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 11 #define ECHILD 10 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 57 #define ECHILD 10 /* No child processes */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 10 #define ECHILD 10 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 10 #define ECHILD 10 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 10 #define ECHILD 10 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 10 #define ECHILD 10 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 10 #define ECHILD 10 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 10 #define ECHILD 10 macro
|