extend task system with thread count, so usage code can easily create per-thread state; pass thread idx into task entry points

This commit is contained in:
Ryan Fleury
2024-03-01 11:08:00 -08:00
parent 7eca2a35cd
commit 2fc0b4eac2
5 changed files with 94 additions and 117 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ commands =
},
.rjf_f4 =
{
.win = "build raddbgi_from_pdb && pushd build && raddbgi_from_pdb.exe --exe:raddbg.exe --pdb:raddbg.pdb --out:raddbg.raddbg --dump:table_diagnostics && popd",
.win = "build raddbgi_from_pdb release telemetry && pushd build && raddbgi_from_pdb.exe --exe:raddbg.exe --pdb:raddbg.pdb --out:raddbg.raddbgi --capture && popd",
.linux = "",
.out = "*compilation*",
.footer_panel = true,