Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c218 x = ((options & EV_POLL) != 0) + ((options & EV_WAIT) != 0); in evGetNext()
273 if ((options & EV_WAIT) != 0 && !nextTimer && ctx->fdMax == -1) in evGetNext()
655 while ((x = evGetNext(opaqueCtx, &event, EV_WAIT)) == 0) in evMainLoop()
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h74 #define EV_WAIT 2 macro