Home
last modified time | relevance | path

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

/src/contrib/unbound/daemon/
H A Dremote.c139 static void fr_main_perform_printout(struct fast_reload_thread* fr);
144 static void fr_check_cmd_from_thread(struct fast_reload_thread* fr);
4445 fr_poll_for_quit(struct fast_reload_thread* fr) in fr_poll_for_quit()
4506 fr_send_notification(struct fast_reload_thread* fr, in fr_send_notification()
4565 fr_output_text(struct fast_reload_thread* fr, const char* msg) in fr_output_text()
4585 fr_output_vmsg(struct fast_reload_thread* fr, const char* format, va_list args) in fr_output_vmsg()
4593 static int fr_output_printf(struct fast_reload_thread* fr,
4600 fr_output_printf(struct fast_reload_thread* fr, const char* format, ...) in fr_output_printf()
4689 fr_read_config(struct fast_reload_thread* fr, struct config_file** newcfg) in fr_read_config()
4763 fr_check_tag_defines(struct fast_reload_thread* fr, struct config_file* newcfg) in fr_check_tag_defines()
[all …]
H A Ddaemon.h63 struct fast_reload_thread;
162 struct fast_reload_thread* fast_reload_thread; member
H A Dremote.h201 struct fast_reload_thread { struct
358 void fast_reload_thread_stop(struct fast_reload_thread* fast_reload_thread);
H A Ddaemon.c896 if(daemon->fast_reload_thread) in daemon_cleanup()
897 fast_reload_thread_stop(daemon->fast_reload_thread); in daemon_cleanup()
H A Dworker.c390 ret = send(worker->daemon->fast_reload_thread->commreload[1], in worker_send_reload_ack()
/src/contrib/unbound/testcode/
H A Dfake_event.c2031 struct fast_reload_thread* ATTR_UNUSED(fast_reload_thread)) in fast_reload_thread_stop() argument