gallium/util: replace pipe_thread with thrd_t
[mesa.git] / src / gallium / drivers / ddebug / dd_pipe.h
index dc7c325885d071b5563b81c5d2124a96266a97d0..64d5510e6b821fefa6732965d974bc652c897336 100644 (file)
@@ -234,7 +234,7 @@ struct dd_context
     * their fences. Records with signalled fences are freed. On fence timeout,
     * the thread dumps the record of the oldest unsignalled fence.
     */
-   pipe_thread thread;
+   thrd_t thread;
    mtx_t mutex;
    int kill_thread;
    struct pipe_resource *fence;