Searched refs:fast_reload_thread (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 139 static void fr_main_perform_printout(struct fast_reload_thread* fr); 144 static void fr_check_cmd_from_thread(struct fast_reload_thread* fr); 4570 fr_poll_for_quit(struct fast_reload_thread* fr) in fr_poll_for_quit() 4631 fr_send_notification(struct fast_reload_thread* fr, in fr_send_notification() 4690 fr_output_text(struct fast_reload_thread* fr, const char* msg) in fr_output_text() 4710 fr_output_vmsg(struct fast_reload_thread* fr, const char* format, va_list args) in fr_output_vmsg() 4718 static int fr_output_printf(struct fast_reload_thread* fr, 4725 fr_output_printf(struct fast_reload_thread* fr, const char* format, ...) in fr_output_printf() 4834 fr_read_config(struct fast_reload_thread* fr, struct config_file** newcfg) in fr_read_config() 4908 fr_check_tag_defines(struct fast_reload_thread* fr, struct config_file* newcfg) in fr_check_tag_defines() [all …]
|
| H A D | daemon.h | 63 struct fast_reload_thread; 184 struct fast_reload_thread* fast_reload_thread; member
|
| H A D | remote.h | 202 struct fast_reload_thread { struct 367 void fast_reload_thread_stop(struct fast_reload_thread* fast_reload_thread);
|
| H A D | daemon.c | 1209 if(daemon->fast_reload_thread) in daemon_cleanup() 1210 fast_reload_thread_stop(daemon->fast_reload_thread); in daemon_cleanup()
|
| H A D | worker.c | 428 ret = send(worker->daemon->fast_reload_thread->commreload[1], in worker_send_reload_ack()
|