Searched refs:thr_sigsetmask (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libc/include/
H A Dreentrant.h123 #define thr_sigsetmask(f, n, o) _pthread_sigmask(f, n, o) macro
/freebsd-current/contrib/unbound/util/
H A Dlocks.c64 if((err=thr_sigsetmask(SIG_SETMASK, &sigset, NULL)))
65 fatal_exit("thr_sigsetmask: %s", strerror(err));
90 if((err=thr_sigsetmask(SIG_UNBLOCK, &sigset, NULL)))
91 fatal_exit("thr_sigsetmask: %s", strerror(err));
/freebsd-current/lib/libc/rpc/
H A Dclnt_dg.c145 thr_sigsetmask(SIG_SETMASK, &mask, NULL);
341 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
622 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
649 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
787 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
816 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
827 thr_sigsetmask(SIG_SETMASK, &mask, NULL);
H A Dclnt_vc.c174 thr_sigsetmask(SIG_SETMASK, &mask, NULL);
330 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
479 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
525 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
638 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
756 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
767 thr_sigsetmask(SIG_SETMASK, &(mask), NULL);

Completed in 182 milliseconds