Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-generic/
Derrno-base.h13 #define ECHILD 10 /* No child processes */ macro
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/
DSDL_systhread.c75 while ( errno != ECHILD ) { in SDL_WaitThread()
/external/llvm/include/llvm/Support/
Dsystem_error.h346 # ifndef ECHILD
347 # define ECHILD 10 macro
529 no_child_process = ECHILD,
/external/strace/
Dstrace.c723 else if (errno == ECHILD) in test_ptrace_setoptions()
1704 if (errno == ECHILD) /* Already gone. */
1713 if (errno != ECHILD) {
1721 if (errno != ECHILD)
2429 if (pid < 0 && !(wait4_options & __WALL) && errno == ECHILD) { in trace()
2453 case ECHILD: in trace()
DNEWS266 * Fixed traced process seeing ECHILD despite live, traced children
Dprocess.c2044 if (exiting(tcp) && tcp->u_error == ECHILD && got_kids) {
DChangeLog-CVS3857 * process.c (internal_wait): Handle ECHILD exit from wait call with
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
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/
Dnt_io.c299 { ERROR_WAIT_NO_CHILDREN, ECHILD },
300 { ERROR_CHILD_NOT_COMPLETE, ECHILD },
/external/bluetooth/glib/glib/
Dgstrfuncs.c1018 #ifdef ECHILD in g_strerror()
1019 case ECHILD: return "no children"; in g_strerror()
/external/valgrind/main/include/vki/
Dvki-darwin.h531 #define VKI_ECHILD ECHILD
/external/dbus/dbus/
Ddbus-spawn.c321 else if (errno == ECHILD) in _dbus_babysitter_unref()
/external/chromium/base/
Dprocess_util_posix.cc244 if (errno == ECHILD) { in KillProcess()
/external/e2fsprogs/misc/
Dfsck.c591 if (errno == ECHILD) { in wait_one()
/external/libxml2/
DxmlIO.c290 #ifdef ECHILD in __xmlIOErr()
291 else if (errno == ECHILD) code = XML_IO_ECHILD; in __xmlIOErr()
/external/ppp/pppd/
Dmain.c1821 if (errno == ECHILD) in reap_kids()