A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Thomas Faber b62c758526 [RTL]
- Allow the thread that called LdrShutdownProcess to forcefully acquire critical sections (the loader lock in particular).
This fixes the race condition where ExitProcess might terminate a thread holding the loader lock and subsequently call LdrShutdownProcess. That would then result in a deadlock because LdrShutdownProcess cannot acquire the loader lock.
This is a pretty ugly hack... but at least Windows does it the same way.
Fixes hangs after the summary line when running mshtml tests.
CORE-8624 #resolve

svn path=/trunk/; revision=64702
2014-10-12 20:45:32 +00:00
reactos [RTL] 2014-10-12 20:45:32 +00:00
rosapps [BUTTERFLIES] 2014-09-24 22:18:51 +00:00
rostests [ROSAUTOTEST] 2014-10-12 13:23:38 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00