Everywhere: Give unnamed threads names

This commit is contained in:
Zaggy1024
2026-01-23 15:00:21 -06:00
committed by Gregory Bertilson
parent 2867f87592
commit d2a1d727ac
Notes: github-actions[bot] 2026-02-06 11:03:22 +00:00
9 changed files with 32 additions and 21 deletions

View File

@@ -242,7 +242,8 @@ void RenderingThread::start(DisplayListPlayerType)
m_thread = Threading::Thread::construct([thread_data = m_thread_data] {
thread_data->compositor_loop();
return static_cast<intptr_t>(0);
});
},
"Renderer"sv);
m_thread->start();
}