Home | History | Annotate | Download | only in mandelbrot

Lines Matching refs:th

134   for(int th = 0; th < threadcount; th++)
135 threads[th]->start(QThread::LowPriority);
136 for(int th = 0; th < threadcount; th++)
138 threads[th]->wait();
139 total_iter += threads[th]->total_iter;
182 for(int th = 0; th < threadcount; th++)
183 threads[th]->terminate();
199 for(int th = 0; th < threadcount; th++)
200 threads[th]->terminate();