Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c299 comm_base_exit(w->base); in libworker_do_cmd()
320 comm_base_exit(w->base); in libworker_handle_control_cmd()
571 comm_base_exit(q->w->base); in libworker_fg_done_cb()
/freebsd/contrib/unbound/daemon/
H A Dworker.c383 comm_base_exit(worker->base); in worker_handle_control_cmd()
395 comm_base_exit(worker->base); in worker_handle_control_cmd()
1995 comm_base_exit(worker->base); in worker_sighandler()
2003 comm_base_exit(worker->base); in worker_sighandler()
2008 comm_base_exit(worker->base); in worker_sighandler()
2013 comm_base_exit(worker->base); in worker_sighandler()
H A Dremote.c668 comm_base_exit(worker->base); in do_stop()
678 comm_base_exit(worker->base); in do_reload()
/freebsd/contrib/unbound/util/
H A Dnetevent.h530 void comm_base_exit(struct comm_base* b);
H A Dnetevent.c297 void comm_base_exit(struct comm_base* b) in comm_base_exit() function
/freebsd/contrib/unbound/doc/
H A DChangelog10797 - libevent doesn't like comm_base_exit outside of runloop.