mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-06 10:44:06 +00:00
Correct mutex usage for path_to_fullpath; make ThreadPool use BlockingMutex
This commit is contained in:
@@ -2009,6 +2009,7 @@ int main(int arg_count, char const **arg_ptr) {
|
||||
arena_init(&permanent_arena, heap_allocator());
|
||||
temp_allocator_init(&temporary_allocator_data, 16*1024*1024);
|
||||
arena_init(&global_ast_arena, heap_allocator());
|
||||
mutex_init(&fullpath_mutex);
|
||||
|
||||
init_string_buffer_memory();
|
||||
init_string_interner();
|
||||
|
||||
Reference in New Issue
Block a user