Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Derrno-base.h30 #define ECHILD 10 macro
/aosp12/system/logging/logwrapper/
H A Dlogwrapper.cpp86 rc = -ECHILD; in main()
H A Dlogwrap.cpp479 rc = -ECHILD; in parent()
/aosp12/system/libhwbinder/vts/performance/
H A DBenchmark_binder.cpp107 if (retval == -1 && errno == ECHILD) { in main()
H A DBenchmark.cpp143 if (retval == -1 && errno == ECHILD) { in main()
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c47 MACRO(ECHILD); in errno_h()
/aosp12/frameworks/native/libs/ui/tests/
H A DGraphicBufferOverBinder_test.cpp78 if (retval == -1 && errno == ECHILD) { in runBinderServer()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DError.cpp49 {ECHILD, "ECHILD"}, // No child processes
/aosp12/bionic/libc/bionic/
H A Dstrerror.cpp57 [ECHILD] = "No child processes",
/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceParcelable_test.cpp99 if (retval == -1 && errno == ECHILD) { in runBinderServer()
/aosp12/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp306 if ((rv == -1) && (errno == ECHILD)) { break; } in main()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
H A Dbuffer_transport_benchmark.cpp543 if (retval == -1 && errno == ECHILD) { in runBinderServer()
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp1454 if (rc != -1 || errno != ECHILD) { in TEST()
1462 if (rc != -1 || errno != ECHILD) { in TEST()
/aosp12/system/testing/gtest_extras/
H A DIsolate.cpp385 if (pid == -1 && errno != ECHILD) { in CheckTestsFinished()
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc557 if (errno != ECHILD) { in DumpPerfetto()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp1452 while (wait(nullptr) != -1 || errno != ECHILD) in onTransact()
/aosp12/system/vold/
H A DUtils.cpp748 return -ECHILD; in ForkExecvp()
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp463 if (pid < 0 && errno != ECHILD) { in SigChldHandler()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27724 field public static final int ECHILD;