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
-5
View File
@@ -940,9 +940,6 @@ txti_set_external_change_detection_enabled(B32 enabled)
internal void
txti_mut_thread_entry_point(void *p)
{
TCTX tctx_;
tctx_init_and_equip(&tctx_);
U64 mut_thread_idx = (U64)p;
ProfThreadName("[txti] mut #%I64u", mut_thread_idx);
TXTI_MutThread *mut_thread = &txti_state->mut_threads[mut_thread_idx];
@@ -1249,8 +1246,6 @@ txti_mut_thread_entry_point(void *p)
internal void
txti_detector_thread_entry_point(void *p)
{
TCTX tctx_;
tctx_init_and_equip(&tctx_);
ProfThreadName("[txti] detector");
for(;;)
{