Searched refs:SIGCHLD (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | incidentd_util.cpp | 185 sigaddset(&child_mask, SIGCHLD); in waitpid_with_timeout()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateUtil.cpp | 49 sigaddset(&child_mask, SIGCHLD); in waitpid_with_timeout()
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 517 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/ |
D | OsConstants.java | 643 public static final int SIGCHLD = placeholder(); field in OsConstants
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 511 initConstant(env, c, "SIGCHLD", SIGCHLD); in OsConstants_initConstants()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27932 field public static final int SIGCHLD;
|