Searched refs:dtio (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.c | 87 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() argument 152 if(!dtio) return; in dtio_wakeup() 153 if(!dtio->started) return; in dtio_wakeup() 156 ssize_t r = write(dtio->commandpipe[1], &cmd, sizeof(cmd)); in dtio_wakeup() [all …]
|
H A D | dtstream.h | 78 struct dt_io_thread* dtio; member 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 D | dnstap.c | 176 env->dtio = dt_io_thread_create(); in dt_create() 177 if(!env->dtio) { in dt_create() 182 if(!dt_io_thread_apply_cfg(env->dtio, cfg)) { in dt_create() 183 dt_io_thread_delete(env->dtio); in dt_create() 286 if(!dt_io_thread_register_queue(env->dtio, env->msgqueue)) { in dt_init() 298 dt_io_thread_unregister_queue(env->dtio, env->msgqueue); in dt_deinit() 307 dt_io_thread_delete(env->dtio); in dt_delete()
|
H A D | dnstap.h | 49 struct dt_io_thread* dtio; member
|
/freebsd/usr.sbin/acpi/iasl/ |
H A D | Makefile | 28 dtcompilerparserparse.c dtexpress.c dtfield.c dtio.c \
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 2304 if(!dt_io_thread_start(dtenv->dtio, comm_base_internal( in worker_init() 2360 dt_io_thread_stop(worker->dtenv.dtio); in worker_delete()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 226 increased, a timer is started when the dtio thread is sleeping, 227 the timer set disabled when the dtio thread goes to sleep, and
|