thread_setGCSignals

Instruct the thread module, when initialized, to use a different set of signals besides SIGRTMIN and SIGRTMIN + 1 for suspension and resumption of threads. This function should be called at most once, prior to thread_init(). This function is Posix-only.

  1. void thread_setGCSignals(int suspendSignalNo, int resumeSignalNo)
    version(CoreDdoc)
    extern (C) nothrow @nogc
    void
    thread_setGCSignals
  2. void thread_setGCSignals(int suspendSignalNo, int resumeSignalNo)

Meta