gallium/util: replace pipe_thread with thrd_t
[mesa.git] / src / gallium / drivers / radeon / r600_pipe_common.h
index 726dbb30fcdde78e061850f6317d6de088480897..35168844fbf12d88e10327be31d03a6560adc267 100644 (file)
@@ -395,7 +395,7 @@ struct r600_common_screen {
 
        /* GPU load thread. */
        mtx_t                           gpu_load_mutex;
-       pipe_thread                     gpu_load_thread;
+       thrd_t                          gpu_load_thread;
        union r600_mmio_counters        mmio_counters;
        volatile unsigned               gpu_load_stop_thread; /* bool */