eliminate deadlocking mechanism in dbgi search cache lookup/mutation; replace with simpler but possibly worse mechanism for now

This commit is contained in:
Ryan Fleury
2024-11-07 09:57:25 -08:00
parent d036eb9fc5
commit e204fe28c1
2 changed files with 15 additions and 20 deletions
+1 -2
View File
@@ -206,8 +206,7 @@ struct DI_SearchStripe
{
Arena *arena;
DI_SearchNode *free_node;
OS_Handle r_mutex;
OS_Handle w_mutex;
OS_Handle rw_mutex;
OS_Handle cv;
};