raddbgi_from_pdb: multithread initial independent parsing/preparation phases of converter

This commit is contained in:
Ryan Fleury
2024-02-19 15:52:26 -08:00
parent 8369637026
commit 0b73582b87
16 changed files with 207 additions and 88 deletions
+1 -1
View File
@@ -788,8 +788,8 @@ lnx_thread_base(void *ptr){
TCTX tctx_;
tctx_init_and_equip(&tctx_);
func(thread_ptr);
tctx_release();
// remove my bit
U32 result = __sync_fetch_and_and(&entity->reference_mask, ~0x2);