Searched refs:mods_path_to_load (Results 1 – 1 of 1) sorted by relevance
470 std::vector<std::string> mods_path_to_load; in LoadModulesParallel() local496 if (std::find(mods_path_to_load.begin(), mods_path_to_load.end(), in LoadModulesParallel()497 cnd_last) == mods_path_to_load.end()) { in LoadModulesParallel()498 mods_path_to_load.emplace_back(cnd_last); in LoadModulesParallel()506 while (!mods_path_to_load.empty()) { in LoadModulesParallel()508 auto mod_to_load = std::move(mods_path_to_load.back()); in LoadModulesParallel()509 mods_path_to_load.pop_back(); in LoadModulesParallel()