mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Remove global_ prefix from global_thread_pool_* procedures
This commit is contained in:
@@ -2272,7 +2272,7 @@ gb_internal void lb_generate_code(lbGenerator *gen) {
|
||||
wd->code_gen_file_type = code_gen_file_type;
|
||||
wd->filepath_obj = filepath_obj;
|
||||
wd->m = m;
|
||||
global_thread_pool_add_task(lb_llvm_emit_worker_proc, wd);
|
||||
thread_pool_add_task(lb_llvm_emit_worker_proc, wd);
|
||||
}
|
||||
|
||||
thread_pool_wait(&global_thread_pool);
|
||||
|
||||
Reference in New Issue
Block a user