mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Everywhere: Give unnamed threads names
This commit is contained in:
committed by
Gregory Bertilson
parent
2867f87592
commit
d2a1d727ac
Notes:
github-actions[bot]
2026-02-06 11:03:22 +00:00
Author: https://github.com/Zaggy1024 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d2a1d727ac8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7601 Reviewed-by: https://github.com/R-Goc Reviewed-by: https://github.com/cqundefine
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user