HomeSort by: relevance | last modified time | path
    Searched defs:dtio (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/dnstap/
dnstap.h 49 struct dt_io_thread* dtio; member in struct:dt_env
dtstream.h 78 struct dt_io_thread* dtio; member in struct:dt_msg_queue
79 /** the wakeup timer for dtio, on worker event base */
121 /** the thread number for the dtio thread,
271 /** timer callback to wakeup dtio thread to process messages */
282 * @param dtio: the io thread that is deleted. It must not be running.
284 void dt_io_thread_delete(struct dt_io_thread* dtio);
287 * Apply config to the dtio thread
288 * @param dtio: io thread, not yet started.
292 int dt_io_thread_apply_cfg(struct dt_io_thread* dtio,
299 * @param dtio: the io thread
    [all...]
dtstream.c 78 /** DTIO command channel commands */
80 /** DTIO command channel stop */
82 /** DTIO command channel wakeup */
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);
148 /** make the dtio wake up by sending a wakeup command *
306 struct dt_io_thread* dtio = calloc(1, sizeof(*dtio)); local
566 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; local
1487 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; local
1581 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; local
1677 struct dt_io_thread* dtio; member in struct:stop_flush_info
1701 struct dt_io_thread* dtio = info->dtio; local
1737 struct dt_io_thread* dtio = info->dtio; local
2130 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; local
    [all...]

Completed in 23 milliseconds