https://issues.dlang.org/show_bug.cgi?id=11981
--- Comment #23 from [email protected] --- Commit pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/e8f6550709c42ef5f62d56bd92a36466fc3c3e3a don't suspend threads before Thread.setThis is called - guarantees that Thread.getThis is non-null in signal handler - allows to use TLS for Thread.sm_thread (Issue 11981) --
