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

/dovecot/src/lib/
H A Dioloop-private.h32 unsigned int io_pending_count; member in struct:ioloop
H A Dioloop.c159 i_assert(io->ioloop->io_pending_count > 0);
160 io->ioloop->io_pending_count--;
214 io->ioloop->io_pending_count++;
486 if (timeout == NULL && ioloop->io_pending_count == 0) {
495 if (ioloop->io_pending_count > 0) {
665 i_assert(ioloop->io_pending_count > 0);
666 ioloop->io_pending_count--;
707 while (ioloop->io_pending_count > 0) {
713 if (ioloop->io_pending_count == 0)
818 i_assert(ioloop->io_pending_count
[all...]

Completed in 12 milliseconds