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

/external/chromium/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/chromium/third_party/libevent/
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.
H A Devent.c399 return (event_loop(0));
459 event_loop(int flags) function

Completed in 249 milliseconds