pthread_sigmask   106 maint/gnulib/lib/glthread/thread.h     pthread_sigmask (HOW, SET, OSET)
pthread_sigmask   171 maint/gnulib/lib/glthread/thread.h #  ifndef pthread_sigmask /* Do not declare rpl_pthread_sigmask weak.  */
pthread_sigmask   207 maint/gnulib/lib/glthread/thread.h     (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
pthread_sigmask    66 maint/gnulib/lib/pselect.c     pthread_sigmask (SIG_SETMASK, sigmask, &origmask);
pthread_sigmask    73 maint/gnulib/lib/pselect.c       pthread_sigmask (SIG_SETMASK, &origmask, NULL);
pthread_sigmask    35 maint/gnulib/lib/pthread_sigmask.c #undef pthread_sigmask
pthread_sigmask    52 maint/gnulib/lib/pthread_sigmask.c   ret = pthread_sigmask (how, new_mask, old_mask_ptr);
pthread_sigmask    62 maint/gnulib/lib/pthread_sigmask.c           && pthread_sigmask (1729, &omask_copy, NULL) == 0)
pthread_sigmask   135 maint/gnulib/lib/signal.in.h _GL_FUNCDECL_RPL (pthread_sigmask, int,
pthread_sigmask   139 maint/gnulib/lib/signal.in.h _GL_CXXALIAS_RPL (pthread_sigmask, int,
pthread_sigmask   144 maint/gnulib/lib/signal.in.h #  if !(@HAVE_PTHREAD_SIGMASK@ || defined pthread_sigmask)
pthread_sigmask   145 maint/gnulib/lib/signal.in.h _GL_FUNCDECL_SYS (pthread_sigmask, int,
pthread_sigmask   150 maint/gnulib/lib/signal.in.h _GL_CXXALIAS_SYS (pthread_sigmask, int,
pthread_sigmask   156 maint/gnulib/lib/signal.in.h _GL_CXXALIASWARN (pthread_sigmask);
pthread_sigmask   161 maint/gnulib/lib/signal.in.h _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - "
pthread_sigmask    24 maint/gnulib/tests/test-pthread_sigmask1.c SIGNATURE_CHECK (pthread_sigmask, int, (int, const sigset_t *, sigset_t *));
pthread_sigmask    56 maint/gnulib/tests/test-pthread_sigmask1.c   ASSERT (pthread_sigmask (1729, &set, NULL) == EINVAL);
pthread_sigmask    59 maint/gnulib/tests/test-pthread_sigmask1.c   ASSERT (pthread_sigmask (SIG_BLOCK, &set, NULL) == 0);
pthread_sigmask    72 maint/gnulib/tests/test-pthread_sigmask1.c   ASSERT (pthread_sigmask (SIG_UNBLOCK, &set, NULL) == 0);
pthread_sigmask    64 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_sigmask (1729, &set, NULL) == EINVAL);
pthread_sigmask    68 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_sigmask (SIG_BLOCK, &set, NULL) == 0);
pthread_sigmask    81 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_sigmask (SIG_UNBLOCK, &set, NULL) == 0);
pthread_sigmask    28 maint/gnulib/tests/test-signal-h-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::pthread_sigmask, int,