mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 19:00:06 +00:00
Make BlockingMutex
This commit is contained in:
+1
-1
@@ -356,7 +356,7 @@ struct CheckerInfo {
|
|||||||
|
|
||||||
RecursiveMutex lazy_mutex; // Mutex required for lazy type checking of specific files
|
RecursiveMutex lazy_mutex; // Mutex required for lazy type checking of specific files
|
||||||
|
|
||||||
RecursiveMutex gen_procs_mutex;
|
BlockingMutex gen_procs_mutex;
|
||||||
RecursiveMutex gen_types_mutex;
|
RecursiveMutex gen_types_mutex;
|
||||||
PtrMap<Ast *, GenProcsData *> gen_procs; // Key: Ast * | Identifier -> Entity
|
PtrMap<Ast *, GenProcsData *> gen_procs; // Key: Ast * | Identifier -> Entity
|
||||||
PtrMap<Type *, Array<Entity *> > gen_types;
|
PtrMap<Type *, Array<Entity *> > gen_types;
|
||||||
|
|||||||
Reference in New Issue
Block a user