44904ad5d2
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. |
||
---|---|---|
.. | ||
test | ||
argv.c | ||
CMakeLists.txt | ||
module.def | ||
ModuleOptions.cmake | ||
process.c | ||
processor.c | ||
thread.c | ||
thread.h | ||
tls.c |