Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:threads

766       /* signal the threads that there's work to do */
824 /* Wait for all threads to get here so that threads[1+] don't
836 /* wait for all threads to finish with this scene */
857 * Initialize semaphores and spawn the threads.
864 /* NOTE: if num_threads is zero, we won't use any threads */
868 rast->threads[i] = pipe_thread_create(thread_function,
877 * new threads, do rendering synchronously.
878 * \param num_threads number of rasterizer threads to create
908 /* for synchronizing rasterization threads */
939 /* Wait for threads to terminate before cleaning up per-thread data */
941 pipe_thread_wait(rast->threads[i]);
950 /* for synchronizing rasterization threads */
959 /** Return number of rasterization threads */