Home
last modified time | relevance | path

Searched refs:EVLOOP_NONBLOCK (Results 1 – 9 of 9) sorted by relevance

/external/libevent/test/
Dregress_et.c132 event_base_loop(base,EVLOOP_NONBLOCK|EVLOOP_ONCE); in test_edgetriggered()
133 event_base_loop(base,EVLOOP_NONBLOCK|EVLOOP_ONCE); in test_edgetriggered()
Dbench.c110 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
123 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
Dregress.c1131 event_loop(EVLOOP_NONBLOCK); in test_immediatesignal()
1204 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1210 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
1215 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
1217 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
1218 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
3028 int loopflags = EVLOOP_NONBLOCK, evflags=0; in test_many_events()
3049 event_base_loop(base, EVLOOP_NONBLOCK|EVLOOP_ONCE); in test_many_events()
Dregress_dns.c1902 event_base_loop(env->base, EVLOOP_NONBLOCK); in test_dbg_leak_cancel()
1925 event_base_loop(env->base, EVLOOP_NONBLOCK); in dbg_leak_resume()
1938 event_base_loop(env->base, EVLOOP_NONBLOCK); in dbg_leak_resume()
1971 event_base_loop(env->base, EVLOOP_NONBLOCK); in test_dbg_leak_shutdown()
/external/libevent/include/event2/
Devent.h802 #define EVLOOP_NONBLOCK 0x02 macro
/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc214 event_base_loop(event_base_, EVLOOP_NONBLOCK); in Run()
/external/libevent/
Devent.c1925 if (!N_ACTIVE_CALLBACKS(base) && !(flags & EVLOOP_NONBLOCK)) { in event_base_loop()
1966 } else if (flags & EVLOOP_NONBLOCK) in event_base_loop()
DChangeLog-2.0273 o Add missing words to EVLOOP_NONBLOCK documentation (9556a7d)
DChangeLog1389 o Add missing words to EVLOOP_NONBLOCK documentation (9556a7d)