Home
last modified time | relevance | path

Searched refs:ECHILD (Results 1 – 25 of 97) sorted by relevance

1234

/external/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid09.c137 if (errno != ECHILD) { in case2()
139 tst_strerrno(ECHILD), tst_strerrno(errno)); in case2()
156 if (errno != ECHILD) { in case3()
158 tst_strerrno(ECHILD), tst_strerrno(errno)); in case3()
Dwaitpid04.c82 if (errno != ECHILD) { in main()
103 if (errno != ECHILD) { in main()
/external/ltp/testcases/kernel/syscalls/wait/
Dwait01.c70 if (TEST_ERRNO == ECHILD) { in wait_verify()
75 ECHILD, strerror(ECHILD)); in wait_verify()
/external/tensorflow/tensorflow/core/lib/strings/
Dstringprintf_test.cc109 errno = ECHILD; in TEST()
111 EXPECT_EQ(ECHILD, errno); in TEST()
/external/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc134 errno = ECHILD; in TEST()
136 EXPECT_EQ(ECHILD, errno); in TEST()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c37 ECHILD, "ECHILD", ECHILD}, {
D4-1.c32 ECHILD, "ECHILD"}, {
D3-1-buildonly.c23 int dummy12 = ECHILD;
/external/libcxx/include/
Derrno.h328 #ifndef ECHILD
329 #define ECHILD 9963 macro
D__errc59 no_child_process, // ECHILD
156 no_child_process = ECHILD,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp63 #ifndef ECHILD
64 #error ECHILD not defined
/external/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c93 .exp_errno = ECHILD,
140 .exp_errno = ECHILD,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D21-1.c43 if (wait(&s) == -1 && errno == ECHILD) { in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h14 #define ECHILD 10 /* No child processes */ macro
/external/libusb/msvc/
Derrno.h34 #define ECHILD 10 /* No child processes */ macro
/external/ltp/testcases/kernel/syscalls/wait4/
Dwait402.c74 case ECHILD: in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h346 # ifndef ECHILD
347 # define ECHILD 10 macro
540 no_child_process = ECHILD,
/external/strace/tests-mx32/
Derrno2name.c102 #ifdef ECHILD in errno2name()
103 CASE(ECHILD); in errno2name()
/external/strace/tests-m32/
Derrno2name.c102 #ifdef ECHILD in errno2name()
103 CASE(ECHILD); in errno2name()
/external/strace/tests/
Derrno2name.c102 #ifdef ECHILD in errno2name()
103 CASE(ECHILD); in errno2name()
/external/libbrillo/brillo/
Dprocess_reaper.cc61 if (errno != ECHILD) { in HandleSIGCHLD()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py18 ECHILD = 10 variable
/external/u-boot/include/linux/
Derrno.h13 #define ECHILD 10 /* No child processes */ macro
/external/python/cpython2/Lib/
DSocketServer.py531 if e.errno == errno.ECHILD:
545 if e.errno == errno.ECHILD:
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc73 case ECHILD: // No child processes in ErrnoToCode()

1234