1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Add support for named threads (atm linux only)

This commit is contained in:
sapier
2014-04-05 15:27:33 +02:00
parent d22621efc1
commit edcad09dee
7 changed files with 36 additions and 1 deletions

View File

@@ -99,6 +99,8 @@ void * ServerThread::Thread()
ThreadStarted();
porting::setThreadName("ServerThread");
while(!StopRequested())
{
try{