Home
last modified time | relevance | path

Searched refs:WNOHANG (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/incidentd/src/
Dincidentd_util.cpp194 pid_t child_pid = waitpid(pid, status, WNOHANG); in waitpid_with_timeout()
230 child_pid = waitpid(pid, status, WNOHANG); in waitpid_with_timeout()
/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp58 pid_t child_pid = waitpid(pid, status, WNOHANG); in waitpid_with_timeout()
94 child_pid = waitpid(pid, status, WNOHANG); in waitpid_with_timeout()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java836 public static final int WNOHANG = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp653 initConstant(env, c, "WNOHANG", WNOHANG); in OsConstants_initConstants()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp438 while ((pid = waitpid(-1, &status, WNOHANG)) > 0) { in SigChldHandler()
2618 if (waitpid(pid, &status, WNOHANG) == pid) { in com_android_internal_os_Zygote_nativeForkSystemServer()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28018 field public static final int WNOHANG;