Searched refs:EVLOOP_NONBLOCK (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/ntp/sntp/libevent/test/
H A Dbench.c110 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
123 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
H A Dregress_et.c136 event_base_loop(base,EVLOOP_NONBLOCK|EVLOOP_ONCE);
137 event_base_loop(base,EVLOOP_NONBLOCK|EVLOOP_ONCE);
H A Dregress.c1028 event_loop(EVLOOP_NONBLOCK);
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);
2897 int loopflags = EVLOOP_NONBLOCK, evflags=0;
2918 event_base_loop(base, EVLOOP_NONBLOCK|EVLOOP_ONCE);
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);
/freebsd-10.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h806 #define EVLOOP_NONBLOCK 0x02 macro
826 @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
830 EVLOOP_NONBLOCK
/freebsd-10.3-release/contrib/pf/libevent/
H A Devent.c412 if (!base->event_count_active && !(flags & EVLOOP_NONBLOCK))
434 } else if (flags & EVLOOP_NONBLOCK)
H A Devent.h160 #define EVLOOP_NONBLOCK 0x02 macro
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Devent.c1878 if (!N_ACTIVE_CALLBACKS(base) && !(flags & EVLOOP_NONBLOCK)) {
1919 } else if (flags & EVLOOP_NONBLOCK)

Completed in 128 milliseconds