mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-28 00:01:48 -07:00
Use RwMutex for DeclInfo `deps
This commit is contained in:
+2
-2
@@ -179,10 +179,10 @@ struct DeclInfo {
|
||||
CommentGroup *comment;
|
||||
CommentGroup *docs;
|
||||
|
||||
BlockingMutex deps_mutex;
|
||||
RwMutex deps_mutex;
|
||||
PtrSet<Entity *> deps;
|
||||
|
||||
BlockingMutex type_info_deps_mutex;
|
||||
RwMutex type_info_deps_mutex;
|
||||
PtrSet<Type *> type_info_deps;
|
||||
|
||||
Array<BlockLabel> labels;
|
||||
|
||||
Reference in New Issue
Block a user