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

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h74 #define EV_WAIT 2 macro
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c221 /* Ensure that exactly one of EV_POLL or EV_WAIT was specified. */
222 x = ((options & EV_POLL) != 0) + ((options & EV_WAIT) != 0);
277 if ((options & EV_WAIT) != 0 && !nextTimer && ctx->fdMax == -1)
659 while ((x = evGetNext(opaqueCtx, &event, EV_WAIT)) == 0)

Completed in 80 milliseconds