https://issues.dlang.org/show_bug.cgi?id=13416

Martin Nowak <c...@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #6 from Martin Nowak <c...@dawg.eu> ---
Using pthread_suspend_np didn't work out, because there is no way to get the
current stack top of a suspended thread. I also tried to override SIGCANCEL
which is used for pthread_suspend_np but that didn't work.

https://github.com/D-Programming-Language/druntime/pull/1061

--

Reply via email to