Name some threads

This commit is contained in:
Megamouse 2024-01-27 20:33:54 +01:00
parent c3c73c7e24
commit cdfe3ee7c8
6 changed files with 25 additions and 7 deletions

View file

@ -495,6 +495,8 @@ logs::file_writer::file_writer(const std::string& name, u64 max_size)
m_writer = std::thread([this]()
{
thread_base::set_name("Log Writer");
thread_ctrl::scoped_priority low_prio(-1);
while (true)