FreeRDP/winpr/libwinpr/thread
Armin Novak 44904ad5d2 Fixed a race condition at thread creation
The thread structure was incorrectly updated after the thread
function was already running. This caused a race condition with
thread exiting. When the thread function returned before the structure
was correctly updated, the exit routine cleaned up the handle as
it was incorrectly marked not started.
2015-01-16 11:26:31 +01:00
..
test winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
argv.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
module.def winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
process.c Fixed missing declarations. 2014-12-07 01:15:49 +01:00
processor.c libwinpr-synch: stubbed more 2012-09-18 15:51:33 -04:00
thread.c Fixed a race condition at thread creation 2015-01-16 11:26:31 +01:00
thread.h Fixed type of stack trace variables. 2014-11-11 21:00:03 +01:00
tls.c libwinpr: stubbed a couple more modules of interest 2012-09-19 21:42:46 -04:00