Home
last modified time | relevance | path

Searched refs:ECHILD (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid09.c13 * 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 Dwaitpid04.c82 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 Derrno.rs157 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 Dstringprintf_unittest.cc134 errno = ECHILD; in TEST()
136 EXPECT_EQ(ECHILD, errno); in TEST()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c37 ECHILD, "ECHILD", ECHILD}, {
H A D4-1.c32 ECHILD, "ECHILD"}, {
/third_party/ltp/testcases/kernel/syscalls/wait/
H A Dwait01.c10 * wait() will return ECHILD.
19 TST_EXP_FAIL(wait(NULL), ECHILD); in verify_wait() local
/third_party/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid03.c11 * 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 Dwaitid09.c11 * 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 Dwaitid05.c13 * - waitid() with GID + 1 returns ECHILD
34 TST_EXP_FAIL(waitid(P_PGID, pid_group+1, infop, WEXITED), ECHILD); in run()
H A Dwaitid06.c13 * - 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 D21-1.c43 if (wait(&s) == -1 && errno == ECHILD) { in main()
/third_party/ltp/testcases/kernel/syscalls/wait4/
H A Dwait402.c22 * 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 Derrno.h11 #define ECHILD 10 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h11 #define ECHILD 10 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h11 #define ECHILD 10 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h10 #define ECHILD 10 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h11 #define ECHILD 10 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h57 #define ECHILD 10 /* No child processes */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h10 #define ECHILD 10 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h10 #define ECHILD 10 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h10 #define ECHILD 10 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h10 #define ECHILD 10 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h10 #define ECHILD 10 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h10 #define ECHILD 10 macro

Completed in 11 milliseconds

1234