https://bugs.winehq.org/show_bug.cgi?id=49532
--- Comment #22 from Paul Gofman pgofman@codeweavers.com --- The referenced similar bug was introduced and solved before splitting ntdll into PE and Unix part. Now, after splitting, the unix part is the analogous to Win kernel and doing anything with threads outside of it (like calling NtTerminateThread) from the other process) should not lead to such lockups. That doesn’t relate to Rtl functions and locks like loader section or peb lock, which can also be left locked on Windows by a lucky thread kill.