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

/external/chromium/third_party/libevent/test/
H A Dbench.c95 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
108 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
H A Dregress.c662 event_loop(EVLOOP_NONBLOCK);
735 event_base_loop(base2, EVLOOP_NONBLOCK);
741 event_base_loop(base1, EVLOOP_NONBLOCK);
746 event_base_loop(base1, EVLOOP_NONBLOCK);
748 event_base_loop(base1, EVLOOP_NONBLOCK);
749 event_base_loop(base2, EVLOOP_NONBLOCK);
/external/chromium_org/third_party/libevent/test/
H A Dbench.c95 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
108 event_loop(EVLOOP_ONCE | EVLOOP_NONBLOCK);
H A Dregress.c662 event_loop(EVLOOP_NONBLOCK);
735 event_base_loop(base2, EVLOOP_NONBLOCK);
741 event_base_loop(base1, EVLOOP_NONBLOCK);
746 event_base_loop(base1, EVLOOP_NONBLOCK);
748 event_base_loop(base1, EVLOOP_NONBLOCK);
749 event_base_loop(base2, EVLOOP_NONBLOCK);
/external/chromium_org/base/message_loop/
H A Dmessage_pump_libevent.cc236 event_base_loop(event_base_, EVLOOP_NONBLOCK);
/external/chromium/third_party/libevent/
H A Devent.h366 #define EVLOOP_NONBLOCK 0x02 /**< Do not block. */ macro
374 @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
387 @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
H A Devent.c494 if (!base->event_count_active && !(flags & EVLOOP_NONBLOCK)) {
528 } else if (flags & EVLOOP_NONBLOCK)
/external/chromium_org/third_party/libevent/
H A Devent.h366 #define EVLOOP_NONBLOCK 0x02 /**< Do not block. */ macro
374 @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
387 @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
H A Devent.c494 if (!base->event_count_active && !(flags & EVLOOP_NONBLOCK)) {
528 } else if (flags & EVLOOP_NONBLOCK)

Completed in 281 milliseconds