Searched refs:event_loop (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libevent/test/
H A Dbench.c95 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
108 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
H A Dregress.c662 event_loop(EVLOOP_NONBLOCK);
1298 event_loop(EVLOOP_ONCE);
1301 event_loop(EVLOOP_ONCE);
/external/android-clat/
H A Dclatd.c410 /* function: event_loop
414 void event_loop(const struct tun_data *tunnel) { function
427 logmsg(ANDROID_LOG_WARN,"event_loop/poll returned an error: %s",strerror(errno));
560 event_loop(&tunnel);
/external/chromium_org/third_party/libevent/
H A Devent.c387 return (event_loop(0));
447 event_loop(int flags) function
H A Devent.h362 event_loop() flags
379 int event_loop(int);
397 The next event_loop() iteration after the given timer expires will
401 Subsequent invocations of event_loop() will proceed normally.
405 @see event_loop(), event_base_loop(), event_base_loopexit()
427 Abort the active event_loop() immediately.
429 event_loop() will abort the loop after the next event is completed;
433 Subsequent invocations of event_loop() will proceed normally.
447 Subsequent invocations of event_loop() will proceed normally.

Completed in 3553 milliseconds