386d290015
- Mutex is recursive on Windows; as a consequence we have to use the pthread PTHREAD_MUTEX_RECURSIVE type - Adapt MutexCloseHandle accordingly - ReleaseMutex returned TRUE even if pthread_mutex_unlock failed - Fixed and improved the TestSynchMutex ctest |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
TestSynchBarrier.c | ||
TestSynchCritical.c | ||
TestSynchEvent.c | ||
TestSynchInit.c | ||
TestSynchMultipleThreads.c | ||
TestSynchMutex.c | ||
TestSynchSemaphore.c | ||
TestSynchThread.c | ||
TestSynchTimerQueue.c | ||
TestSynchWaitableTimer.c | ||
TestSynchWaitableTimerAPC.c |