Searched refs:pthread_sigmask (Results 1 – 4 of 4) sorted by relevance
41 pthread_sigmask( SIG_SETMASK, sigmask, &oldmask ); in pselect()56 pthread_sigmask( SIG_SETMASK, &oldmask, NULL ); in pselect()
263 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
149 - fix pthread_sigmask() to properly return an error code without touching
1835 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() function