Searched defs:threads (Results 1 – 8 of 8) sorted by relevance
45 MandelbrotThread **threads; variable66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
7 #define CREATE_THREAD_POOL(threads) \ argument
165 std::vector<std::unique_ptr<std::thread>> threads; in test_stress_runqueue() local
329 ThreadPool threads(num_threads); in test_multithread_shuffle() local
145 size_t threads; variable
177 int threads = (cost - kStartupCycles) / kPerThreadCycles + 0.9; in numThreads() local
199 std::thread threads[numThreads]; in postMessageThread() local