mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add support for named threads (atm linux only)
This commit is contained in:
parent
d22621efc1
commit
edcad09dee
7 changed files with 36 additions and 1 deletions
|
@ -99,6 +99,8 @@ void * ServerThread::Thread()
|
|||
|
||||
ThreadStarted();
|
||||
|
||||
porting::setThreadName("ServerThread");
|
||||
|
||||
while(!StopRequested())
|
||||
{
|
||||
try{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue