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
@@ -140,7 +140,7 @@ fs_u2s_dequeue_path(Arena *arena)
internal void
fs_streamer_thread__entry_point(void *p)
{
ThreadName("[fs] streamer #%I64u", (U64)p);
ThreadNameF("[fs] streamer #%I64u", (U64)p);
for(;;)
{
Temp scratch = scratch_begin(0, 0);