Added internal thread name support, for use with debuggers.

This commit is contained in:
Alex Szpakowski
2014-05-02 08:56:23 -03:00
parent e4dc533bb2
commit 1bc8b7346d
5 changed files with 16 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ Audio::PoolThread::PoolThread(Pool *pool)
, finish(false)
{
mutex = thread::newMutex();
threadName = "AudioPool";
}
Audio::PoolThread::~PoolThread()