Home
last modified time | relevance | path

Searched refs:comm_base_exit (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dworker.c475 comm_base_exit(worker->base); in worker_stop_and_wait()
499 comm_base_exit(worker->base); in worker_handle_control_cmd()
513 comm_base_exit(worker->base); in worker_handle_control_cmd()
2148 comm_base_exit(worker->base); in worker_sighandler()
2156 comm_base_exit(worker->base); in worker_sighandler()
2161 comm_base_exit(worker->base); in worker_sighandler()
2166 comm_base_exit(worker->base); in worker_sighandler()
H A Dremote.c721 comm_base_exit(worker->base); in do_stop()
731 comm_base_exit(worker->base); in do_reload()
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c308 comm_base_exit(w->base); in libworker_do_cmd()
329 comm_base_exit(w->base); in libworker_handle_control_cmd()
580 comm_base_exit(q->w->base); in libworker_fg_done_cb()
/freebsd/contrib/unbound/util/
H A Dnetevent.h539 void comm_base_exit(struct comm_base* b);
H A Dnetevent.c301 void comm_base_exit(struct comm_base* b) in comm_base_exit() function
/freebsd/contrib/unbound/winrc/
H A Dwin_svc.c550 comm_base_exit(worker->base); in worker_win_stop_cb()
/freebsd/contrib/unbound/doc/
H A DChangelog12420 - libevent doesn't like comm_base_exit outside of runloop.