Home
last modified time | relevance | path

Searched refs:routeThreads (Results 1 – 1 of 1) sorted by relevance

/platform_testing/tools/automotive/proxy/
Dproxy.cpp179 std::vector<std::thread> routeThreads; in main() local
182 routeThreads.push_back(std::thread(setupRoute, vmConfig.cid, service)); in main()
186 for(auto& t: routeThreads) { in main()