Home
last modified time | relevance | path

Searched refs:dt_io_thread (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c87 static void dtio_open_output(struct dt_io_thread* dtio);
89 static int dtio_add_output_event_write(struct dt_io_thread* dtio);
91 static void dtio_reconnect_enable(struct dt_io_thread* dtio);
95 static int dtio_control_start_send(struct dt_io_thread* dtio);
98 static int dtio_enable_brief_read(struct dt_io_thread* dtio);
100 static int dtio_enable_brief_write(struct dt_io_thread* dtio);
149 static void dtio_wakeup(struct dt_io_thread* dtio) in dtio_wakeup()
298 struct dt_io_thread* dt_io_thread_create(void) in dt_io_thread_create()
300 struct dt_io_thread* dtio = calloc(1, sizeof(*dtio)); in dt_io_thread_create()
307 void dt_io_thread_delete(struct dt_io_thread* dtio) in dt_io_thread_delete()
[all …]
H A Ddtstream.h50 struct dt_io_thread;
78 struct dt_io_thread* dtio;
120 struct dt_io_thread { struct
278 struct dt_io_thread* dt_io_thread_create(void);
284 void dt_io_thread_delete(struct dt_io_thread* dtio);
292 int dt_io_thread_apply_cfg(struct dt_io_thread* dtio,
303 int dt_io_thread_register_queue(struct dt_io_thread* dtio,
311 void dt_io_thread_unregister_queue(struct dt_io_thread* dtio,
324 int dt_io_thread_start(struct dt_io_thread* dtio, void* event_base_nothr,
331 void dt_io_thread_stop(struct dt_io_thread* dtio);
H A Ddnstap.h48 struct dt_io_thread* dtio;