Home
last modified time | relevance | path

Searched refs:event_loop (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/libevent/test/
H A Dbench.c110 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
123 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
H A Dregress.c1131 event_loop(EVLOOP_NONBLOCK); in test_immediatesignal()
2103 event_loop(EVLOOP_ONCE); in test_nonpersist_readd()
2284 event_loop(EVLOOP_ONCE); in test_multiple_events_for_same_fd()
2291 event_loop(EVLOOP_ONCE); in test_multiple_events_for_same_fd()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dbench.c110 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
123 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
H A Dregress.c1028 event_loop(EVLOOP_NONBLOCK); in test_immediatesignal()
2000 event_loop(EVLOOP_ONCE); in test_nonpersist_readd()
2181 event_loop(EVLOOP_ONCE); in test_multiple_events_for_same_fd()
2188 event_loop(EVLOOP_ONCE); in test_multiple_events_for_same_fd()
/freebsd-13.1/usr.sbin/apmd/
H A Dapmd.h135 void event_loop(void);
H A Dapmd.c579 event_loop(void) in event_loop() function
704 event_loop(); in main()
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Devent_compat.h103 int event_loop(int);
/freebsd-13.1/contrib/libevent/include/event2/
H A Devent_compat.h103 int event_loop(int);
/freebsd-13.1/sbin/devd/
H A Ddevd.cc161 static void event_loop(void);
1023 event_loop(void) in event_loop() function
1329 event_loop(); in main()
/freebsd-13.1/contrib/pf/libevent/
H A Devent.c329 return (event_loop(0)); in event_dispatch()
364 event_loop(int flags) in event_loop() function
H A Devent.h160 int event_loop(int);
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4153 o update documentation of event_loop and event_base_loop; from Tani Hosokawa.
164 …vior as other backends when a signal is caught between event_add() and event_loop(). Previously, …
H A Devent.c1719 return (event_loop(0)); in event_dispatch()
1825 event_loop(int flags) in event_loop() function
H A Dwhatsnew-2.0.txt439 invoked from within the event_loop. This is useful when you have a
H A DChangeLog-2.01141 …hes signals that are raised after event_add() is called but before the event_loop() call. This ma…
1177 o udpate documentation of event_loop and event_base_loop; from Tani Hosokawa.
/freebsd-13.1/contrib/libevent/
H A DChangeLog-1.4153 o update documentation of event_loop and event_base_loop; from Tani Hosokawa.
164 …vior as other backends when a signal is caught between event_add() and event_loop(). Previously, …
H A Devent.c1766 return (event_loop(0)); in event_dispatch()
1872 event_loop(int flags) in event_loop() function
H A Dwhatsnew-2.0.txt439 invoked from within the event_loop. This is useful when you have a
H A DChangeLog-2.01141 …hes signals that are raised after event_add() is called but before the event_loop() call. This ma…
1177 o udpate documentation of event_loop and event_base_loop; from Tani Hosokawa.