mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Add mutex for add_type_and_value
This commit is contained in:
@@ -306,6 +306,8 @@ struct CheckerInfo {
|
||||
// too much of a problem in practice
|
||||
BlockingMutex deps_mutex;
|
||||
|
||||
BlockingMutex type_and_value_mutex;
|
||||
|
||||
RecursiveMutex lazy_mutex; // Mutex required for lazy type checking of specific files
|
||||
|
||||
RecursiveMutex gen_procs_mutex;
|
||||
|
||||
Reference in New Issue
Block a user