HomeSort by relevance Sort by last modified time
    Searched refs:ECHILD (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/ltp/testcases/kernel/syscalls/wait/
wait01.c 21 * ECHILD would return.
70 if (TEST_ERRNO == ECHILD) {
75 ECHILD, strerror(ECHILD));
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 30 #define ECHILD 10
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 14 #define ECHILD 10 /* No child processes */
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid09.c 30 * waitpid(-1, 0) should return -1 with ECHILD if
33 * waitpid(-1, WNOHANG) should return -1 with ECHILD if
137 if (errno != ECHILD) {
139 tst_strerrno(ECHILD), tst_strerrno(errno));
143 tst_res(TPASS, "waitpid(-1, 0) = -1 with ECHILD if no children");
156 if (errno != ECHILD) {
158 tst_strerrno(ECHILD), tst_strerrno(errno));
162 tst_res(TPASS, "waitpid(-1, WNOHANG) = -1 with ECHILD if no children");
waitpid04.c 82 if (errno != ECHILD) {
84 "errno, expected ECHILD, got: %d",
103 if (errno != ECHILD) {
105 "errno, expected ECHILD, got: %d",
waitpid_common.h 120 if (waitpid_errno_check(errno, ECHILD))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
21-1.c 43 if (wait(&s) == -1 && errno == ECHILD) {
  /external/libusb/msvc/
errno.h 34 #define ECHILD 10 /* No child processes */
  /external/ltp/testcases/kernel/syscalls/wait4/
wait402.c 22 * wait402 - check for ECHILD errno when using an illegal pid value
74 case ECHILD:
  /external/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 134 errno = ECHILD;
136 EXPECT_EQ(ECHILD, errno);
  /external/tensorflow/tensorflow/core/lib/strings/
stringprintf_test.cc 109 errno = ECHILD;
111 EXPECT_EQ(ECHILD, errno);
  /external/libcxx/include/
errno.h 328 #ifndef ECHILD
329 #define ECHILD 9963
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 37 ECHILD, "ECHILD", ECHILD}, {
4-1.c 32 ECHILD, "ECHILD"}, {
3-1-buildonly.c 23 int dummy12 = ECHILD;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 58 #define ECHILD 10 /* No child processes */
  /bionic/tests/headers/posix/
errno_h.c 47 MACRO(ECHILD);
  /external/libbrillo/brillo/
process_reaper.cc 61 if (errno != ECHILD) {
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 18 ECHILD = 10
  /external/u-boot/include/linux/
errno.h 13 #define ECHILD 10 /* No child processes */
  /bionic/libc/bionic/
strerror.cpp 57 [ECHILD] = "No child processes",
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 62 #define ECHILD __ECHILD /* 10 No child processes */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 22 ECHILD = 10
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 73 case ECHILD: // No child processes
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 63 #ifndef ECHILD
64 #error ECHILD not defined

Completed in 1480 milliseconds

1 2 3 4