Searched refs:mods_path_to_load (Results 1 – 1 of 1) sorted by relevance
531 std::vector<std::string> mods_path_to_load; in LoadModulesParallel() local557 if (std::find(mods_path_to_load.begin(), mods_path_to_load.end(), in LoadModulesParallel()558 cnd_last) == mods_path_to_load.end()) { in LoadModulesParallel()559 mods_path_to_load.emplace_back(cnd_last); in LoadModulesParallel()567 while (!mods_path_to_load.empty()) { in LoadModulesParallel()569 auto mod_to_load = std::move(mods_path_to_load.back()); in LoadModulesParallel()570 mods_path_to_load.pop_back(); in LoadModulesParallel()