Lines Matching defs:threads
834 struct mono_span_thread threads[num_threads];
837 DBG(("%s: using %d threads for mono span compositing %dx%d\n",
842 threads[0].sna = mono.sna;
843 threads[0].op = &mono.op;
844 threads[0].traps = traps;
845 threads[0].ntrap = ntrap;
846 threads[0].extents = mono.clip.extents;
847 threads[0].clip = &mono.clip;
848 threads[0].dx = dx;
849 threads[0].dy = dy;
857 threads[n] = threads[0];
858 threads[n].extents.y1 = y;
859 threads[n].extents.y2 = y += h;
861 sna_threads_run(n, mono_span_thread, &threads[n]);
864 threads[0].extents.y1 = y;
865 threads[0].extents.y2 = extents.y2;
866 mono_span_thread(&threads[0]);