gallium/util: replace pipe_thread with thrd_t
[mesa.git] / src / gallium / drivers / llvmpipe / lp_rast_priv.h
index 9aa7e8746576b7ab4bd8425d5638c58ab891efe5..3cc52b8d4fdc8cfa1e2f897c15e954e664f2f89b 100644 (file)
@@ -127,7 +127,7 @@ struct lp_rasterizer
    struct lp_rasterizer_task tasks[LP_MAX_THREADS];
 
    unsigned num_threads;
-   pipe_thread threads[LP_MAX_THREADS];
+   thrd_t threads[LP_MAX_THREADS];
 
    /** For synchronizing the rasterization threads */
    pipe_barrier barrier;