Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
Dincidentd_util.cpp185 sigaddset(&child_mask, SIGCHLD); in waitpid_with_timeout()
/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp49 sigaddset(&child_mask, SIGCHLD); in waitpid_with_timeout()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp517 if (sigaction(SIGCHLD, &sig_chld, nullptr) < 0) { in SetSignalHandlers()
534 if (sigaction(SIGCHLD, &sa, nullptr) < 0) { in UnsetChldSignalHandler()
2436 BlockSignal(SIGCHLD, fail_fn); in ForkCommon()
2507 UnblockSignal(SIGCHLD, fail_fn); in ForkCommon()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java643 public static final int SIGCHLD = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp511 initConstant(env, c, "SIGCHLD", SIGCHLD); in OsConstants_initConstants()
/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.txt27932 field public static final int SIGCHLD;