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

  /src/usr.sbin/wsmoused/
wsmoused.c 101 static void event_loop(void);
305 event_loop(void) function
611 event_loop();
  /src/external/ibm-public/postfix/dist/src/util/
events.c 13 /* void event_loop(delay)
52 /* event_loop() monitors all I/O channels for which the application has
56 /* happens; a positive delay value causes event_loop() to return when
60 /* Note: in order to avoid race conditions, event_loop() cannot
113 /* event_drain() repeatedly calls event_loop() until no more timer
127 /* event_loop() routine is called frequently. This approach is
322 * Macros to retrieve event buffers from the kernel; see event_loop().
342 * Macros to process event buffers from the kernel; see event_loop().
403 * Macros to retrieve event buffers from the kernel; see event_loop().
417 * Macros to process event buffers from the kernel; see event_loop()
1000 void event_loop(int delay) function
    [all...]
  /src/external/bsd/libevent/dist/
event.c 1816 return (event_loop(0));
1922 event_loop(int flags) function
2542 /** Tell the thread currently running the event_loop for base (if any) that it
  /src/external/bsd/ntp/dist/sntp/libevent/
event.c 1813 return (event_loop(0));
1919 event_loop(int flags) function
2539 /** Tell the thread currently running the event_loop for base (if any) that it

Completed in 15 milliseconds