HomeSort by: relevance | last modified time | path
    Searched refs:ECHILD (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/external/gpl2/gmake/dist/
remote-stub.c 77 errno = ECHILD;
  /src/tests/lib/libc/sys/
t_wait_noproc.c 49 "Test that wait(2) returns ECHILD for no child");
54 ATF_REQUIRE_ERRNO(ECHILD, wait(NULL) == -1);
62 "Test that waitpid(2) returns ECHILD for WAIT_ANY and option %s",
68 ATF_REQUIRE_ERRNO(ECHILD, waitpid(WAIT_ANY, NULL, TWAIT_OPTION) == -1);
75 "Test that waitid(2) returns ECHILD for P_ALL and option %s",
81 ATF_REQUIRE_ERRNO(ECHILD,
90 "Test that wait3(2) returns ECHILD for no child");
95 ATF_REQUIRE_ERRNO(ECHILD, wait3(NULL, TWAIT_OPTION, NULL) == -1);
102 "Test that wait4(2) returns ECHILD for WAIT_ANY and option %s",
108 ATF_REQUIRE_ERRNO(ECHILD,
    [all...]
t_ptrace_kill_wait.h 74 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
t_ptrace_register_wait.h 146 TWAIT_REQUIRE_FAILURE(ECHILD,
156 TWAIT_REQUIRE_FAILURE(ECHILD,
t_ptrace_eventmask_wait.h 79 TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0));
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 81 #ifdef ECHILD
82 no_child_process = ECHILD,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 81 #ifdef ECHILD
82 no_child_process = ECHILD,
  /src/lib/librumpuser/
rumpuser_errtrans.c 54 #ifdef ECHILD
55 case ECHILD : return 10;
  /src/sys/rump/include/rump/
rumperrno2host.h 56 #ifdef ECHILD
58 return ECHILD;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 327 #ifndef ECHILD
328 #define ECHILD 9963
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 85 #ifdef ECHILD
86 no_child_process = ECHILD,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 85 #ifdef ECHILD
86 no_child_process = ECHILD,
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h 71 XEN_ERRNO(ECHILD, 10) /* No child processes */
  /src/sys/sys/
errno.h 51 #define ECHILD 10 /* No child processes */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/
multi-inferior-gpu.cpp 78 if (ret == -1 && errno == ECHILD)
  /src/external/mpl/dhcp/dist/omapip/
toisc.c 66 case ECHILD:
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
multi-inferior-gpu.cpp 78 if (ret == -1 && errno == ECHILD)
  /src/external/gpl3/binutils/dist/libiberty/
pex-djgpp.c 37 /* Use ECHILD if available, otherwise use EINVAL. */
38 #ifdef ECHILD
39 #define PWAIT_ERROR ECHILD
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-djgpp.c 37 /* Use ECHILD if available, otherwise use EINVAL. */
38 #ifdef ECHILD
39 #define PWAIT_ERROR ECHILD
  /src/external/gpl3/gcc/dist/libiberty/
pex-djgpp.c 37 /* Use ECHILD if available, otherwise use EINVAL. */
38 #ifdef ECHILD
39 #define PWAIT_ERROR ECHILD
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-djgpp.c 37 /* Use ECHILD if available, otherwise use EINVAL. */
38 #ifdef ECHILD
39 #define PWAIT_ERROR ECHILD
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-djgpp.c 37 /* Use ECHILD if available, otherwise use EINVAL. */
38 #ifdef ECHILD
39 #define PWAIT_ERROR ECHILD
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 86 #ifdef ECHILD
87 { "ECHILD", ECHILD, 10 },
  /src/external/gpl3/gdb/dist/libiberty/
pex-djgpp.c 37 /* Use ECHILD if available, otherwise use EINVAL. */
38 #ifdef ECHILD
39 #define PWAIT_ERROR ECHILD
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 86 #ifdef ECHILD
87 { "ECHILD", ECHILD, 10 },

Completed in 36 milliseconds

1 2 3 4 5