Searched refs:EVLOOP_NONBLOCK (Results 1 – 4 of 4) sorted by relevance
639 #define EVLOOP_NONBLOCK 0x02 macro
240 event_base_loop(event_base_, EVLOOP_NONBLOCK); in Run()
1603 if (!N_ACTIVE_CALLBACKS(base) && !(flags & EVLOOP_NONBLOCK)) { in event_base_loop()1644 } else if (flags & EVLOOP_NONBLOCK) in event_base_loop()
337 o Add missing words to EVLOOP_NONBLOCK documentation (9556a7d)