Searched defs:th (Results 1 – 6 of 6) sorted by relevance
61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget() local66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
134 for(int th = 0; th < threadcount; th++) in paintEvent() local136 for(int th = 0; th < threadcount; th++) in paintEvent() local182 for(int th = 0; th < threadcount; th++) in mousePressEvent() local199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent() local
70 thrd_t th; in InitCallback() local121 thrd_t th; in Start() local
94 thrd_t th; in InitCallback() local146 thrd_t th; in Start() local
117 std::thread th([&]() { in SetDataShareHelperTimer() local