Searched refs:threadsStopped (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp148 int32 threadsStopped; local
149 get_sem_count(fRenderStoppedSem, &threadsStopped);
150 TRACE("threadsStopped = %d\n",threadsStopped);
151 if (threadsStopped == fThreadCount) {
200 int32 threadsStopped; local
201 get_sem_count(fRenderStoppedSem, &threadsStopped);
202 TRACE("stopped sem count after stop = %d\n",threadsStopped);

Completed in 29 milliseconds