Home | History | Annotate | Download | only in lib

Lines Matching full:pthread_sigmask

59    pthread_sigmask in <pthread.h>, not in <signal.h>.
130 # undef pthread_sigmask
131 # define pthread_sigmask rpl_pthread_sigmask
133 _GL_FUNCDECL_RPL (pthread_sigmask, int,
135 _GL_CXXALIAS_RPL (pthread_sigmask, int,
139 _GL_FUNCDECL_SYS (pthread_sigmask, int,
142 _GL_CXXALIAS_SYS (pthread_sigmask, int,
145 _GL_CXXALIASWARN (pthread_sigmask);
147 # undef pthread_sigmask
149 _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - "
150 "use gnulib module pthread_sigmask for portability");