HomeSort by: relevance | last modified time | path
    Searched defs:USE_KQUEUE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tail/
forward.c 62 #define USE_KQUEUE 1
216 action = USE_KQUEUE;
220 case USE_KQUEUE:
258 action = USE_KQUEUE;
  /src/lib/librumpclient/
rumpclient.c 47 #define USE_KQUEUE
60 #ifdef USE_KQUEUE
95 #ifdef USE_KQUEUE
245 #ifdef USE_KQUEUE
283 #else /* !USE_KQUEUE */
296 #endif /* !USE_KQUEUE */
700 #if defined(USE_KQUEUE)
728 #elif defined(USE_SIGNALFD) /* !USE_KQUEUE */
737 #else /* !USE_KQUEUE && !USE_SIGNALFD */
879 #ifdef USE_KQUEUE
    [all...]

Completed in 14 milliseconds