proper thread names

This commit is contained in:
Ryan Fleury
2024-02-22 16:20:27 -08:00
parent 74d051f383
commit 5813cb2af8
16 changed files with 184 additions and 102 deletions
+1 -1
View File
@@ -1518,7 +1518,7 @@ ctrl_u2ms_dequeue_req(CTRL_MachineID *out_machine_id, CTRL_Handle *out_process,
internal void
ctrl_thread__entry_point(void *p)
{
ThreadName("[ctrl] thread");
ThreadNameF("[ctrl] thread");
ProfBeginFunction();
demon_primary_thread_begin();
Temp scratch = scratch_begin(0, 0);