Searched defs:event_io (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dioloop-notify-inotify.c26 struct io *event_io; member in struct:ioloop_notify_handler_context
122 if (ctx->event_io == NULL) {
123 ctx->event_io = io_add(ctx->inotify_fd, IO_READ,
149 if (ctx->fd_ctx.notifies == NULL && ctx->event_io != NULL)
150 io_remove(&ctx->event_io);
231 io_remove(&ctx->event_io);
H A Dioloop-notify-kqueue.c40 struct io *event_io; member in struct:ioloop_notify_handler_context
120 io_remove(&ctx->event_io);
174 if (ctx->event_io == NULL) {
175 ctx->event_io = io_add(ctx->kq, IO_READ, event_callback,
218 io_remove(&ctx->event_io);

Completed in 19 milliseconds