gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
[mesa.git] / src / gallium / auxiliary / util / u_debug_symbol.c
index de320b3e58567bdc12c6c51c6c46df92e4ddbfe8..f0b0629c8e815150518f9572aa7be6994fef95cd 100644 (file)
@@ -313,6 +313,6 @@ debug_symbol_name_cached(const void *addr)
 
       util_hash_table_set(symbols_hash, (void*)addr, (void*)name);
    }
-   pipe_mutex_unlock(symbols_mutex);
+   mtx_unlock(&symbols_mutex);
    return name;
 }