FreeRDP/winpr/libwinpr/synch
Armin Novak c304f457cf Implemented thread handling for WaitForMultipleObjects.
Implemented thread specific functions.
2014-10-27 11:23:15 +01:00
..
test Fixed Barrier test. First get the thread ID, then wait for the barrier to be reached. 2014-09-09 16:33:05 +02:00
address.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
barrier.c server: fix build on Windows 2014-08-11 19:31:38 -04:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
condition.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
critical.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
event.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
init.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
mutex.c libwinpr-synch: start implementing waitable timers 2013-07-29 11:57:29 -04:00
semaphore.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
sleep.c Fixed various memory leaks and compiler warnings. 2013-09-05 12:14:33 +02:00
srw.c libwinpr-synch: implemented Win32 Events 2012-09-18 18:36:13 -04:00
synch.h libwinpr-synch: replace pthreads-based barrier implementation by interlocked operations + event and avoid deadlocks 2014-08-08 21:02:15 -04:00
timer.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
wait.c Implemented thread handling for WaitForMultipleObjects. 2014-10-27 11:23:15 +01:00