Home
last modified time | relevance | path

Searched refs:fork_delegates (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/service_manager/zygote/
H A Dzygote_main_linux.cc186 std::vector<std::unique_ptr<ZygoteForkDelegate>> fork_delegates) { in ZygoteMain() argument
227 VLOG(1) << "ZygoteMain: initializing " << fork_delegates.size() in ZygoteMain()
229 for (const auto& fork_delegate : fork_delegates) { in ZygoteMain()
247 Zygote zygote(sandbox_flags, std::move(fork_delegates), in ZygoteMain()
H A Dzygote_main.h21 std::vector<std::unique_ptr<ZygoteForkDelegate>> fork_delegates);
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/zygote/
H A Dzygote_main_linux.cc184 std::vector<std::unique_ptr<ZygoteForkDelegate>> fork_delegates) { in ZygoteMain() argument
224 VLOG(1) << "ZygoteMain: initializing " << fork_delegates.size() in ZygoteMain()
226 for (const auto& fork_delegate : fork_delegates) { in ZygoteMain()
244 Zygote zygote(sandbox_flags, std::move(fork_delegates), in ZygoteMain()
H A Dzygote_main.h20 std::vector<std::unique_ptr<ZygoteForkDelegate>> fork_delegates);