suspend_handler_mask   67 gc/pthread_stop_world.c static sigset_t suspend_handler_mask;
suspend_handler_mask  180 gc/pthread_stop_world.c 	    sigsuspend(&suspend_handler_mask);        /* Wait for signal */
suspend_handler_mask  478 gc/pthread_stop_world.c       if (sigfillset(&suspend_handler_mask) != 0) ABORT("sigfillset() failed");
suspend_handler_mask  479 gc/pthread_stop_world.c       GC_remove_allowed_signals(&suspend_handler_mask);
suspend_handler_mask  480 gc/pthread_stop_world.c       if (sigdelset(&suspend_handler_mask, SIG_THR_RESTART) != 0)