thread_setGCSignals

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void thread_setGCSignals(int suspendSignalNo, int resumeSignalNo)
  2. void thread_setGCSignals(int suspendSignalNo, int resumeSignalNo)
    version(!CoreDdoc && Posix)
    extern (C) nothrow @nogc
    void
    thread_setGCSignals
    out { assert (suspendSignalNumber != 0); assert (resumeSignalNumber != 0); }

Meta