mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
raddbgi_from_pdb: multithread initial independent parsing/preparation phases of converter
This commit is contained in:
@@ -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(;;)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user