Searched refs:routeThreads (Results 1 – 1 of 1) sorted by relevance
179 std::vector<std::thread> routeThreads; in main() local182 routeThreads.push_back(std::thread(setupRoute, vmConfig.cid, service)); in main()186 for(auto& t: routeThreads) { in main()