SIG_THR_RESTART    89 gc/pthread_stop_world.c #ifndef SIG_THR_RESTART
SIG_THR_RESTART   181 gc/pthread_stop_world.c     } while (me->stop_info.signal != SIG_THR_RESTART);
SIG_THR_RESTART   199 gc/pthread_stop_world.c     if (sig != SIG_THR_RESTART) ABORT("Bad signal in suspend_handler");
SIG_THR_RESTART   207 gc/pthread_stop_world.c     me->stop_info.signal = SIG_THR_RESTART;
SIG_THR_RESTART   435 gc/pthread_stop_world.c         result = pthread_kill(p -> id, SIG_THR_RESTART);
SIG_THR_RESTART   473 gc/pthread_stop_world.c     if (sigaction(SIG_THR_RESTART, &act, NULL) != 0) {
SIG_THR_RESTART   480 gc/pthread_stop_world.c       if (sigdelset(&suspend_handler_mask, SIG_THR_RESTART) != 0)