Searched refs:mod_with_deps (Results 1 – 1 of 1) sorted by relevance
447 std::map<std::string, std::set<std::string>> mod_with_deps; in LoadModulesParallel() local455 mod_with_deps[module].emplace(*dep); in LoadModulesParallel()469 while (!mod_with_deps.empty()) { in LoadModulesParallel()476 for (const auto& [it_mod, it_dep] : mod_with_deps) { in LoadModulesParallel()515 mod_with_deps.erase(module_loaded); in LoadModulesParallel()524 for (auto& [mod, deps] : mod_with_deps) { in LoadModulesParallel()