Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_dg.c145 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in release_fd_lock()
341 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_call()
622 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_freeres()
649 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_control()
787 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_destroy()
816 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_ops()
827 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in clnt_dg_ops()
H A Dclnt_vc.c174 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in release_fd_lock()
330 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_call()
479 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_freeres()
525 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_control()
638 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_destroy()
756 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_ops()
767 thr_sigsetmask(SIG_SETMASK, &(mask), NULL); in clnt_vc_ops()
/freebsd/contrib/unbound/util/
H A Dlocks.c64 if((err=thr_sigsetmask(SIG_SETMASK, &sigset, NULL))) in ub_thread_blocksigs()
90 if((err=thr_sigsetmask(SIG_UNBLOCK, &sigset, NULL))) in ub_thread_sig_unblock()
/freebsd/lib/libc/include/
H A Dreentrant.h123 #define thr_sigsetmask(f, n, o) _pthread_sigmask(f, n, o) macro