Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/test/
Dbench.c95 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
108 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK); in run_once()
Dregress.c662 event_loop(EVLOOP_NONBLOCK); in test_immediatesignal()
735 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
741 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
746 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
748 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()
749 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
/external/chromium_org/base/message_loop/
Dmessage_pump_libevent.cc236 event_base_loop(event_base_, EVLOOP_NONBLOCK); in Run()
/external/chromium_org/third_party/libevent/
Devent.c482 if (!base->event_count_active && !(flags & EVLOOP_NONBLOCK)) { in event_base_loop()
516 } else if (flags & EVLOOP_NONBLOCK) in event_base_loop()
Devent.h366 #define EVLOOP_NONBLOCK 0x02 /**< Do not block. */ macro