HomeSort by: relevance | last modified time | path
    Searched refs:EV_WAIT (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/include/isc/
eventlib.h 74 #define EV_WAIT 2
  /src/external/bsd/libbind/dist/include/isc/
eventlib.h 76 #define EV_WAIT 2
  /src/external/bsd/libbind/dist/isc/
eventlib.c 223 /* Ensure that exactly one of EV_POLL or EV_WAIT was specified. */
224 x = ((options & EV_POLL) != 0) + ((options & EV_WAIT) != 0);
279 if ((options & EV_WAIT) != 0 && !nextTimer && ctx->fdMax == -1)
661 while ((x = evGetNext(opaqueCtx, &event, EV_WAIT)) == 0)

Completed in 26 milliseconds