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.h339 void ub_thread_sig_unblock(int sig);
/freebsd/contrib/unbound/daemon/
H A Dworker.c2280 ub_thread_sig_unblock(SIGHUP); in worker_init()
2283 ub_thread_sig_unblock(SIGBREAK); in worker_init()
2285 ub_thread_sig_unblock(SIGINT); in worker_init()
2287 ub_thread_sig_unblock(SIGQUIT); in worker_init()
2289 ub_thread_sig_unblock(SIGTERM); in worker_init()