[TEST] Hunting down recursive mutex 7

This commit is contained in:
CamilleLaVey
2026-07-17 17:44:24 -04:00
parent e8b1dc7c0b
commit 4956bc86c3
2 changed files with 37 additions and 25 deletions
+2 -2
View File
@@ -235,10 +235,10 @@ private:
void PopAsyncFlushes() {
{
std::scoped_lock lock{buffer_cache.mutex, texture_cache.mutex};
std::scoped_lock lock{texture_cache.mutex};
texture_cache.PopAsyncFlushes();
buffer_cache.PopAsyncFlushes();
}
buffer_cache.PopAsyncFlushes();
query_cache.PopAsyncFlushes();
}