Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/util/
HDnetevent.h580 int comm_signal_bind(struct comm_signal* comsig, int sig);
HDnetevent.c2192 comm_signal_bind(struct comm_signal* comsig, int sig) function
/NextBSD/contrib/unbound/daemon/
HDworker.c1182 || !comm_signal_bind(worker->comsig, SIGHUP) in worker_init()
1185 || !comm_signal_bind(worker->comsig, SIGQUIT) in worker_init()
1187 || !comm_signal_bind(worker->comsig, SIGTERM) in worker_init()
1188 || !comm_signal_bind(worker->comsig, SIGINT)) { in worker_init()