We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93552e5 commit 1402107Copy full SHA for 1402107
src/core/thread/osthread.d
@@ -1937,12 +1937,6 @@ extern (C) void thread_init() @nogc
1937
initLowlevelThreads();
1938
Thread.initLocks();
1939
1940
- // The Android VM runtime intercepts SIGUSR1 and apparently doesn't allow
1941
- // its signal handler to run, so swap the two signals on Android, since
1942
- // thread_resumeHandler does nothing.
1943
- // This hack is no longer needed, as the GC signals now use SIGRTMIN / SIGRTMIN + 1
1944
- // version (Android) thread_setGCSignals(SIGUSR2, SIGUSR1);
1945
-
1946
version (Darwin)
1947
{
1948
// thread id different in forked child process
0 commit comments