FreeRDP/winpr/libwinpr/synch/test
Kyle Evans 8073a7850e Pull in the libepoll-shim includes for libwinpr's synch/test
This allows FreeBSD to successfully build with BUILD_TESTING enabled. Currently,
only 3/184 tests fail:

	 13 - TestLibraryLoadLibrary (Failed)
	 14 - TestLibraryGetProcAddress (Failed)
	 15 - TestLibraryGetModuleFileName (Failed)

These failures are probably due to a lack of GetModuleFileNameA implementation
on FreeBSD.
2018-05-02 23:19:44 -05:00
..
.gitignore libwinpr-sync: New complete critical section code 2013-08-07 10:20:04 +02:00
CMakeLists.txt Pull in the libepoll-shim includes for libwinpr's synch/test 2018-05-02 23:19:44 -05:00
TestSynchBarrier.c Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
TestSynchCritical.c Fixed compiler warnings. 2018-03-07 14:47:06 +01:00
TestSynchEvent.c winpr/synch: fix ResetEvent & improve CTest 2015-06-17 14:13:28 +02:00
TestSynchInit.c Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
TestSynchMultipleThreads.c Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
TestSynchMutex.c Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
TestSynchSemaphore.c libwinpr-synch: add unit tests, initial waitable timer support 2013-07-29 13:07:39 -04:00
TestSynchThread.c Fixed thread function return and parameters. 2018-03-07 14:36:55 +01:00
TestSynchTimerQueue.c fix string format specifiers 2016-12-16 13:48:43 +01:00
TestSynchWaitableTimer.c Added WaitableTimer implementation for mac OS. 2018-03-12 13:39:21 +01:00
TestSynchWaitableTimerAPC.c Added WaitableTimer implementation for mac OS. 2018-03-12 13:39:21 +01:00