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

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h13 #define ECHILD 10 /* No child processes */ macro
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
H A DSDL_systhread.c75 while ( errno != ECHILD ) {
/external/llvm/include/llvm/Support/
H A Dsystem_error.h163 no_child_process, // ECHILD
348 # ifndef ECHILD
349 # define ECHILD 10 macro
531 no_child_process = ECHILD,
/external/bison/lib/
H A Dwait-process.c200 work: On Solaris 7 and OSF/1 4.0, it returns -1 and sets errno = ECHILD,
306 # if 0 /* defined ECHILD */
307 if (errno == ECHILD)
/external/strace/
H A Dstrace.c720 else if (errno == ECHILD)
1579 traced children, because it could get a false ECHILD
1581 it ought to wake up and get ECHILD. We would have to
1701 if (errno == ECHILD) /* Already gone. */
1710 if (errno != ECHILD) {
1718 if (errno != ECHILD)
2426 if (pid < 0 && !(wait4_options & __WALL) && errno == ECHILD) {
2450 case ECHILD:
2455 * ECHILD before sending us SIGCHILD.
H A Dprocess.c1995 and the real parent will get ECHILD from the wait call.
2006 * block to avoid a false ECHILD error due to our
2019 * PID, then it must get ECHILD right away
2044 if (exiting(tcp) && tcp->u_error == ECHILD && got_kids) {
2047 the ECHILD error. */
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py192 if e.errno in [errno.ENOENT, errno.EACCES, errno.ECHILD]:
754 if e.errno in [errno.ENOENT, errno.EACCES, errno.ECHILD]:
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c299 { ERROR_WAIT_NO_CHILDREN, ECHILD },
300 { ERROR_CHILD_NOT_COMPLETE, ECHILD },
/external/chromium/base/
H A Dprocess_util_posix.cc244 if (errno == ECHILD) {
245 // The wait may fail with ECHILD if another process also waited for
/external/e2fsprogs/misc/
H A Dfsck.c591 if (errno == ECHILD) {
/external/valgrind/main/include/vki/
H A Dvki-darwin.h531 #define VKI_ECHILD ECHILD
/external/libxml2/
H A DxmlIO.c160 "No child processes", /* ECHILD */
290 #ifdef ECHILD
291 else if (errno == ECHILD) code = XML_IO_ECHILD;
/external/ppp/pppd/
H A Dmain.c1821 if (errno == ECHILD)
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 1363 milliseconds