Lines Matching refs:pthread_sigmask
59 OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
132 # undef pthread_sigmask
133 # define pthread_sigmask rpl_pthread_sigmask
135 _GL_FUNCDECL_RPL (pthread_sigmask, int,
139 _GL_CXXALIAS_RPL (pthread_sigmask, int,
144 # if !(@HAVE_PTHREAD_SIGMASK@ || defined pthread_sigmask)
145 _GL_FUNCDECL_SYS (pthread_sigmask, int,
150 _GL_CXXALIAS_SYS (pthread_sigmask, int,
156 _GL_CXXALIASWARN (pthread_sigmask);
159 # undef pthread_sigmask
161 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - "
162 "use gnulib module pthread_sigmask for portability");