1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Slightly better thread names

This commit is contained in:
Ivan Savenko
2023-08-21 00:55:11 +03:00
parent 0613756abc
commit a44c08a847
3 changed files with 9 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ void CConsoleHandler::setColor(EConsoleTextColor::EConsoleTextColor color)
int CConsoleHandler::run() const
{
setThreadName("CConsoleHandler::run");
setThreadName("consoleHandler");
//disabling sync to make in_avail() work (othervice always returns 0)
{
TLockGuard _(smx);