Home | History | Annotate | Download | only in os

Lines Matching defs:Zygote

73  * Startup class for the zygote process.
85 private static final String TAG = "Zygote";
87 private static final String PROPERTY_DISABLE_OPENGL_PRELOADING = "ro.zygote.disable_gl_preload";
111 /** Controls whether we should preload resources during zygote init. */
141 // Ask the WebViewFactory to do any initialization that must run in the zygote process,
161 // would be collected when the Zygote GC runs in gcAndFinalize().
233 * Performs Zygote process initialization. Loads and initializes
333 // Bring back root. We'll need it later if we're in the zygote.
441 /* runFinalizationSync() lets finalizers be called in Zygote,
660 pid = Zygote.forkSystemServer(
701 // Mark zygote start. This ensures that thread creation will throw
705 // Zygote goes into its own process group.
714 // Report Zygote start time to tron unless it is a runtime restart
727 String socketName = "zygote";
760 Zygote.resetNicePriority();
770 // Zygote.
773 // Zygote process unmounts root storage spaces.
774 Zygote.nativeUnmountStorageOnInit();
784 // {@code r == null} in the parent (zygote) process, and {@code r != null} in the
795 // loops forever in the zygote.
798 Log.e(TAG, "System zygote died with exception", ex);
812 * Return {@code true} if this device configuration has another zygote.
815 * list. If this zygote supports all ABIs this device supports, there won't
816 * be another zygote.
839 * The main function called when started through the zygote process. This
841 * were rationalized with Zygote startup.<p>
853 Slog.d(RuntimeInit.TAG, "RuntimeInit: Starting application from zygote");