Add mutex for add_type_and_value

This commit is contained in:
gingerBill
2021-08-17 19:54:09 +01:00
parent 9ab94650c8
commit cdb3a5205c
2 changed files with 17 additions and 15 deletions
+2
View File
@@ -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;