HomeSort by relevance Sort by last modified time
    Searched full:do_teardown (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 223 bool do_teardown = false; local
227 do_teardown = list_of_running_zygote_children_.empty();
229 if (do_teardown) {
256 bool do_teardown = false; local
261 do_teardown = should_teardown_after_last_child_exits_ &&
264 if (do_teardown) {

Completed in 51 milliseconds