Searched refs:mods_path_to_load (Results 1 – 1 of 1) sorted by relevance
477 std::vector<std::string> mods_path_to_load; in LoadModulesParallel() local489 mods_path_to_load.emplace_back(it_mod); in LoadModulesParallel()497 while (!mods_path_to_load.empty()) { in LoadModulesParallel()499 auto mod_to_load = std::move(mods_path_to_load.back()); in LoadModulesParallel()500 mods_path_to_load.pop_back(); in LoadModulesParallel()