HomeSort by relevance Sort by last modified time
    Searched refs:list_of_running_zygote_children_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 96 // A lock protecting list_of_running_zygote_children_ and
99 std::set<pid_t> list_of_running_zygote_children_; member in class:content::ZygoteHostImpl
zygote_host_impl_linux.cc 87 list_of_running_zygote_children_(),
215 do_teardown = list_of_running_zygote_children_.empty();
239 list_of_running_zygote_children_.insert(process).second;
247 size_t num_erased = list_of_running_zygote_children_.erase(process);
250 list_of_running_zygote_children_.empty();

Completed in 33 milliseconds