Searched refs:EVLOOP_ONCE (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dbench.c99 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
112 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.c1499 event_loop(EVLOOP_ONCE);
1680 event_loop(EVLOOP_ONCE);
1687 event_loop(EVLOOP_ONCE);
2228 event_base_loop(base, EVLOOP_ONCE);
2238 event_base_loop(base, EVLOOP_ONCE);
2252 event_base_loop(base, EVLOOP_ONCE);
2355 loopflags |= EVLOOP_ONCE;
2378 event_base_loop(base, EVLOOP_NONBLOCK|EVLOOP_ONCE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dbench.c95 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
108 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
H A Dregress.c341 event_base_loop(base, EVLOOP_ONCE);
357 event_base_loop(base, EVLOOP_ONCE);
1497 event_loop(EVLOOP_ONCE);
1500 event_loop(EVLOOP_ONCE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Devent.h636 #define EVLOOP_ONCE 0x01 macro
654 @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
657 @see event_base_loopexit(), event_base_dispatch(), EVLOOP_ONCE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent.h365 #define EVLOOP_ONCE 0x01 /**< Block at most once. */ macro
374 @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
387 @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
H A Devent.c548 if (!base->event_count_active && (flags & EVLOOP_ONCE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner.c504 event_base_loop(evbase_scan, EVLOOP_ONCE | EVLOOP_NONBLOCK);
602 event_base_loop(evbase_scan, EVLOOP_ONCE | EVLOOP_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent.c1618 if ((flags & EVLOOP_ONCE)

Completed in 173 milliseconds