Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/daemon/
HDworker.c379 comm_base_exit(worker->base); in worker_handle_control_cmd()
391 comm_base_exit(worker->base); in worker_handle_control_cmd()
1043 comm_base_exit(worker->base); in worker_sighandler()
1048 comm_base_exit(worker->base); in worker_sighandler()
1053 comm_base_exit(worker->base); in worker_sighandler()
1058 comm_base_exit(worker->base); in worker_sighandler()
HDremote.c697 comm_base_exit(rc->worker->base); in do_stop()
706 comm_base_exit(rc->worker->base); in do_reload()
/NextBSD/contrib/unbound/util/
HDnetevent.h344 void comm_base_exit(struct comm_base* b);
HDnetevent.c312 void comm_base_exit(struct comm_base* b) in comm_base_exit() function
/NextBSD/contrib/unbound/libunbound/
HDlibworker.c298 comm_base_exit(w->base); in libworker_do_cmd()
319 comm_base_exit(w->base); in libworker_handle_control_cmd()
563 comm_base_exit(q->w->base); in libworker_fg_done_cb()
/NextBSD/contrib/unbound/doc/
HDChangelog4578 - libevent doesn't like comm_base_exit outside of runloop.