oset              447 gc/aix_irix_threads.c int GC_pthread_sigmask(int how, const sigset_t *set, sigset_t *oset)
oset              452 gc/aix_irix_threads.c     return(pthread_sigmask(how, set, oset));
oset              460 gc/aix_irix_threads.c     return(pthread_sigmask(how, set, oset));
oset               56 gc/include/gc_pthread_redirects.h   int GC_pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
oset              959 gc/pthread_support.c int WRAP_FUNC(pthread_sigmask)(int how, const sigset_t *set, sigset_t *oset)
oset              968 gc/pthread_support.c     return(REAL_FUNC(pthread_sigmask)(how, set, oset));
oset              722 gc/win32_threads.c int GC_pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) {
oset              723 gc/win32_threads.c   return pthread_sigmask(how, set, oset);