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

12

/external/chromium_org/sandbox/linux/tests/
H A Dtest_utils.cc24 PCHECK(ECHILD == errno);
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno-base.h13 #define ECHILD 10 /* No child processes */ macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Derrno.h34 #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/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc134 errno = ECHILD;
136 EXPECT_EQ(ECHILD, errno);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dneed_errno.h92 #define ECHILD 10 macro
/external/tcpdump/win32/Include/
H A Derrno.h13 #define ECHILD 10 /* No child processes */ macro
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp67 #ifndef ECHILD
68 #error ECHILD not defined
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_desktop_impl.cc40 if (errno == ECHILD) {
41 // The wait may fail with ECHILD if another process also waited for
/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/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp55 static_assert(static_cast<int>(std::errc::no_child_process) == ECHILD, "");
/external/ltrace/sysdeps/linux-gnu/
H A Devents.c162 if (errno == ECHILD) {
/external/chromium_org/base/process/
H A Dkill_posix.cc161 if (errno == ECHILD) {
162 // The wait may fail with ECHILD if another process also waited for
H A Dprocess_util_unittest.cc914 return result == -1 && errno == ECHILD;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinuxthreads.cc624 default:args.err = ECHILD; /* Child died unexpectedly */
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinuxthreads.cc624 default:args.err = ECHILD; /* Child died unexpectedly */
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py207 if e.errno == errno.ECHILD:
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c298 { ERROR_WAIT_NO_CHILDREN, ECHILD },
299 { ERROR_CHILD_NOT_COMPLETE, ECHILD },
/external/chromium_org/third_party/pexpect/
H A Dpexpect.py1192 if e[0] == errno.ECHILD:
1210 if e[0] == errno.ECHILD:
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py1139 if e[0] == errno.ECHILD:
1151 if e[0] == errno.ECHILD:
/external/strace/
H A Dstrace.c845 * if (errno == ECHILD) break;
1362 if (errno == ECHILD)
2043 * Waiting for ECHILD works better.
2073 if (nprocs == 0 && wait_errno == ECHILD)
2075 /* If nprocs > 0, ECHILD is not expected,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py410 if e.errno in [errno.ENOENT, errno.EACCES, errno.ECHILD]:
1357 if e.errno in [errno.ENOENT, errno.EACCES, errno.ECHILD]:
/external/fio/
H A Dbackend.c1653 if (errno == ECHILD) {
1656 td->sig = ECHILD;
/external/chromium_org/remoting/host/linux/
H A Dlinux_me2me_host.py907 OSError with errno==ECHILD means there are no child processes, and so
921 elif e.errno == errno.ECHILD:
/external/e2fsprogs/misc/
H A Dfsck.c591 if (errno == ECHILD) {

Completed in 639 milliseconds

12