mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added internal thread name support, for use with debuggers.
This commit is contained in:
@@ -37,6 +37,7 @@ Audio::PoolThread::PoolThread(Pool *pool)
|
||||
, finish(false)
|
||||
{
|
||||
mutex = thread::newMutex();
|
||||
threadName = "AudioPool";
|
||||
}
|
||||
|
||||
Audio::PoolThread::~PoolThread()
|
||||
|
||||
Reference in New Issue
Block a user