Searched refs:EVLOOP_NONBLOCK (Results 1 – 3 of 3) sorted by relevance
663 event_loop(EVLOOP_NONBLOCK); in test_immediatesignal()736 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()742 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()747 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()749 event_base_loop(base1, EVLOOP_NONBLOCK); in test_signal_switchbase()750 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
452 if (!base->event_count_active && !(flags & EVLOOP_NONBLOCK)) { in event_base_loop()486 } else if (flags & EVLOOP_NONBLOCK) in event_base_loop()
341 #define EVLOOP_NONBLOCK 0x02 /**< Do not block. */ macro