Searched refs:thread_pool (Results 1 – 2 of 2) sorted by relevance
72 std::vector<std::thread> thread_pool; in NativeParallelFor() local74 thread_pool.emplace_back([&body, idx] { in NativeParallelFor()84 for (auto& thread : thread_pool) { in NativeParallelFor()
1629 std::vector<std::thread> thread_pool; in StressTestMixFunctionality() local1736 thread_pool.emplace_back(thread_func); in StressTestMixFunctionality()1742 if (thread_pool[i].joinable()) thread_pool[i].join(); in StressTestMixFunctionality()