Merge pull request #35 from Gawaboumga/POSIX

Fixed POSIX mutexes being not recursive + minor fixes

Former-commit-id: ecd3fb06ec6e53f1cfd237b3d0a860cf88978c03
This commit is contained in:
Lynix
2015-05-03 18:28:45 +02:00
7 changed files with 19 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
bool NzTaskSchedulerImpl::Initialize(unsigned int workerCount)
{
if (s_workerCount > 0)
if (IsInitialized())
return true; // Déjà initialisé
#if NAZARA_CORE_SAFE