Searched refs:ECHILD (Results 1 – 16 of 16) sorted by relevance
/external/kernel-headers/original/asm-generic/ |
D | errno-base.h | 13 #define ECHILD 10 /* No child processes */ macro
|
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/ |
D | SDL_systhread.c | 75 while ( errno != ECHILD ) { in SDL_WaitThread()
|
/external/llvm/include/llvm/Support/ |
D | system_error.h | 346 # ifndef ECHILD 347 # define ECHILD 10 macro 529 no_child_process = ECHILD,
|
/external/strace/ |
D | strace.c | 723 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()
|
D | NEWS | 266 * Fixed traced process seeing ECHILD despite live, traced children
|
D | process.c | 2044 if (exiting(tcp) && tcp->u_error == ECHILD && got_kids) {
|
D | ChangeLog-CVS | 3857 * process.c (internal_wait): Handle ECHILD exit from wait call with
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | base.py | 192 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/ |
D | nt_io.c | 299 { ERROR_WAIT_NO_CHILDREN, ECHILD }, 300 { ERROR_CHILD_NOT_COMPLETE, ECHILD },
|
/external/bluetooth/glib/glib/ |
D | gstrfuncs.c | 1018 #ifdef ECHILD in g_strerror() 1019 case ECHILD: return "no children"; in g_strerror()
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 531 #define VKI_ECHILD ECHILD
|
/external/dbus/dbus/ |
D | dbus-spawn.c | 321 else if (errno == ECHILD) in _dbus_babysitter_unref()
|
/external/chromium/base/ |
D | process_util_posix.cc | 244 if (errno == ECHILD) { in KillProcess()
|
/external/e2fsprogs/misc/ |
D | fsck.c | 591 if (errno == ECHILD) { in wait_one()
|
/external/libxml2/ |
D | xmlIO.c | 290 #ifdef ECHILD in __xmlIOErr() 291 else if (errno == ECHILD) code = XML_IO_ECHILD; in __xmlIOErr()
|
/external/ppp/pppd/ |
D | main.c | 1821 if (errno == ECHILD) in reap_kids()
|