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

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/sys/
event.d 113 EV_POLL = EV_FLAG0,
  /src/lib/libc/include/isc/
eventlib.h 73 #define EV_POLL 1
  /src/external/bsd/libbind/dist/include/isc/
eventlib.h 75 #define EV_POLL 1
  /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);
283 if ((options & EV_POLL) != 0) {
381 (options & EV_POLL))

Completed in 28 milliseconds