Searched refs:event_base_loop (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_et.c132 * from no data to data), so the second invocation of event_base_loop will
134 * event_base_loop will also activate the event (because there's still
136 event_base_loop(base,EVLOOP_NONBLOCK|EVLOOP_ONCE);
137 event_base_loop(base,EVLOOP_NONBLOCK|EVLOOP_ONCE);
H A Dregress.c449 event_base_loop(base, 0);
1101 event_base_loop(base2, EVLOOP_NONBLOCK);
1107 event_base_loop(base1, EVLOOP_NONBLOCK);
1112 event_base_loop(base1, EVLOOP_NONBLOCK);
1114 event_base_loop(base1, EVLOOP_NONBLOCK);
1115 event_base_loop(base2, EVLOOP_NONBLOCK);
1399 event_base_loop(base, 0);
1531 event_base_loop(base, 0);
1618 /* This reentrant call to event_base_loop should be detected and
1620 r = event_base_loop(bas
[all...]
H A Dregress_dns.c1866 event_base_loop(env->base, EVLOOP_NONBLOCK);
1906 event_base_loop(env->base, EVLOOP_NONBLOCK);
1942 event_base_loop(env->base, EVLOOP_NONBLOCK);
H A Dregress_thread.c545 event_base_loop(data->base, EVLOOP_NO_EXIT_ON_EMPTY);
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_et.c128 * 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);
H A Dregress.c449 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);
1502 event_base_loop(base, 0);
1634 event_base_loop(base, 0);
1721 /* This reentrant call to event_base_loop should be detected and
1723 r = event_base_loop(bas
[all...]
H A Dregress_listener.c213 event_base_loop(base, EVLOOP_ONCE);
H A Dregress_dns.c1902 event_base_loop(env->base, EVLOOP_NONBLOCK);
1925 event_base_loop(env->base, EVLOOP_NONBLOCK);
1938 event_base_loop(env->base, EVLOOP_NONBLOCK);
1971 event_base_loop(env->base, EVLOOP_NONBLOCK);
H A Dregress_thread.c545 event_base_loop(data->base, EVLOOP_NO_EXIT_ON_EMPTY);
H A Dregress_bufferevent.c1219 event_base_loop(data->base, EVLOOP_ONCE);
/freebsd-12-stable/contrib/pf/libevent/
H A Devent.c335 return (event_base_loop(event_base, 0));
366 return event_base_loop(current_base, flags);
370 event_base_loop(struct event_base *base, int flags) function
H A Devent.h162 int event_base_loop(struct event_base *, int);
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h96 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()
798 These flags control the behavior of event_base_loop().
833 int event_base_loop(struct event_base *, int);
838 The next event_base_loop() iteration after the given timer expires will
842 Subsequent invocations of event_base_loop() will proceed normally.
854 Abort the active event_base_loop() immediately.
856 event_base_loop() wil
[all...]
/freebsd-12-stable/contrib/libevent/include/event2/
H A Devent.h96 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() wil
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent.c1725 return (event_base_loop(event_base, 0));
1827 return event_base_loop(current_base, flags);
1831 event_base_loop(struct event_base *base, int flags) function
1843 event_warnx("%s: reentrant invocation. Only one event_base_loop"
/freebsd-12-stable/contrib/libevent/
H A Devent.c1772 return (event_base_loop(event_base, 0));
1874 return event_base_loop(current_base, flags);
1878 event_base_loop(struct event_base *base, int flags) function
1890 event_warnx("%s: reentrant invocation. Only one event_base_loop"

Completed in 228 milliseconds