blocked            54 gc/aix_irix_threads.c     sigset_t blocked;
blocked            57 gc/aix_irix_threads.c     if (pthread_sigmask(SIG_BLOCK, NULL, &blocked) != 0)
blocked            61 gc/aix_irix_threads.c         if (sigismember(&blocked, i)) { GC_printf1("%ld ",(long) i); }
blocked            27 gc/pthread_stop_world.c     sigset_t blocked;
blocked            30 gc/pthread_stop_world.c     if (pthread_sigmask(SIG_BLOCK, NULL, &blocked) != 0)
blocked            34 gc/pthread_stop_world.c         if (sigismember(&blocked, i)) { GC_printf1("%ld ",(long) i); }