Home
last modified time | relevance | path

Searched refs:ub_thread_sig_unblock (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dlocks.c76 void ub_thread_sig_unblock(int sig) in ub_thread_sig_unblock() function
H A Dlocks.h312 void ub_thread_sig_unblock(int sig);
/freebsd/contrib/unbound/daemon/
H A Dworker.c2120 ub_thread_sig_unblock(SIGHUP); in worker_init()
2123 ub_thread_sig_unblock(SIGBREAK); in worker_init()
2125 ub_thread_sig_unblock(SIGINT); in worker_init()
2127 ub_thread_sig_unblock(SIGQUIT); in worker_init()
2129 ub_thread_sig_unblock(SIGTERM); in worker_init()