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 97 // A lock protecting list_of_running_zygote_children_ and
100 std::set<pid_t> list_of_running_zygote_children_; member in class:content::ZygoteHostImpl
zygote_host_impl_linux.cc 63 list_of_running_zygote_children_(),
227 do_teardown = list_of_running_zygote_children_.empty();
251 list_of_running_zygote_children_.insert(process).second;
259 size_t num_erased = list_of_running_zygote_children_.erase(process);
262 list_of_running_zygote_children_.empty();

Completed in 1507 milliseconds