Searched refs:io_sig (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dlib-signals.c44 static struct io *io_sig = NULL; variable in typeref:struct:io
204 if (io_sig != NULL)
205 io_set_pending(io_sig);
302 io_sig = io_add(sig_pipe_fd[0], IO_READ,
310 if (io_sig != NULL)
311 io_remove(&io_sig);
329 i_assert(io_sig == NULL);

Completed in 7 milliseconds