FreeRDP/winpr/libwinpr/synch/test
Norbert Federa f71b6b46e8 fix string format specifiers
- fixed invalid, missing or additional arguments
- removed all type casts from arguments
- added missing (void*) typecasts for %p arguments
- use inttypes defines where appropriate
2016-12-16 13:48:43 +01:00
..
.gitignore libwinpr-sync: New complete critical section code 2013-08-07 10:20:04 +02:00
CMakeLists.txt Added additional tests for WaitForSingleObject and WaitForMultipleObjects. 2014-10-27 11:23:18 +01:00
TestSynchBarrier.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchCritical.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchEvent.c winpr/synch: fix ResetEvent & improve CTest 2015-06-17 14:13:28 +02:00
TestSynchInit.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchMultipleThreads.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchMutex.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchSemaphore.c libwinpr-synch: add unit tests, initial waitable timer support 2013-07-29 13:07:39 -04:00
TestSynchThread.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchTimerQueue.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchWaitableTimer.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchWaitableTimerAPC.c fix string format specifiers 2016-12-16 13:48:43 +01:00