HomeSort by relevance Sort by last modified time
    Searched refs:event_base_loop (Results 1 - 9 of 9) sorted by null

  /external/libevent/test/
regress_et.c 128 * from no data to data), so the second invocation of event_base_loop will
130 * event_base_loop will also activate the event (because there's still
132 event_base_loop(base,EVLOOP_NONBLOCK|EVLOOP_ONCE);
133 event_base_loop(base,EVLOOP_NONBLOCK|EVLOOP_ONCE);
regress.c 449 event_base_loop(base, 0);
1204 event_base_loop(base2, EVLOOP_NONBLOCK);
1210 event_base_loop(base1, EVLOOP_NONBLOCK);
1215 event_base_loop(base1, EVLOOP_NONBLOCK);
1217 event_base_loop(base1, EVLOOP_NONBLOCK);
1218 event_base_loop(base2, EVLOOP_NONBLOCK);
    [all...]
regress_listener.c 213 event_base_loop(base, EVLOOP_ONCE);
regress_dns.c     [all...]
regress_thread.c 545 event_base_loop(data->base, EVLOOP_NO_EXIT_ON_EMPTY);
regress_bufferevent.c 1219 event_base_loop(data->base, EVLOOP_ONCE);
    [all...]
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 211 // Instead, make our own timer and reuse it on each call to event_base_loop().
223 event_base_loop(event_base_, EVLOOP_NONBLOCK);
246 event_base_loop(event_base_, EVLOOP_ONCE);
256 event_base_loop(event_base_, EVLOOP_ONCE);
  /external/libevent/include/event2/
event.h 96 You can also use event_base_loop() for more fine-grained control.
214 * @see event_base_new(), event_base_free(), event_base_loop(),
248 * Events become active during an event_base_loop() call when either their
370 @see event_base_loop()
794 These flags control the behavior of event_base_loop().
829 int event_base_loop(struct event_base *, int);
834 The next event_base_loop() iteration after the given timer expires will
838 Subsequent invocations of event_base_loop() will proceed normally.
850 Abort the active event_base_loop() immediately.
852 event_base_loop() will abort the loop after the next event is completed
    [all...]
  /external/libevent/
event.c 1878 event_base_loop(struct event_base *base, int flags) function
    [all...]

Completed in 107 milliseconds