Home | History | Annotate | Download | only in native

Lines Matching refs:zygote

18  * dalvik.system.Zygote
33 #define ZYGOTE_LOG_TAG "Zygote"
35 /* must match values in dalvik.system.Zygote */
44 * This signal handler is for zygote mode, since the zygote
56 of LOG() is safe to call from a SIGCHLD handler in the zygote process.
92 * If the just-crashed process is the system_server, bring down zygote
98 "Exit zygote because system server (%d) has terminated\n",
106 "Zygote SIGCHLD error in waitpid: %s\n",strerror(errno));
111 * configure sigchld handler for the zygote process
136 * Set the SIGCHLD handler back to default behavior in zygote children
229 if (!gDvm.zygote) {
243 dvmDumpLoaderStats("zygote");
355 * Utility routine to fork zygote and specialize the child process.
382 if (!gDvm.zygote) {
396 dvmDumpLoaderStats("zygote");
462 gDvm.zygote = false;
464 LOGE("error in post-zygote initialization\n");
497 /* The zygote process checks whether the child process has died or not. */
508 LOGE("System server process %d has died. Restarting Zygote!", pid);