Searched refs:EVENT_POLL (Results 1 – 22 of 22) sorted by relevance
43 #define EVENT_POLL 5 // negative event; activated on poll or epoll macro
284 process_event(e, EVENT_POLL); in execute_regular()
42 EVENT_POLL=NO206 --with-poll_module) EVENT_POLL=YES ;;207 --without-poll_module) EVENT_POLL=NONE ;;
17 if [ $EVENT_POLL = NO -a $EVENT_FOUND = NO ]; then18 EVENT_POLL=YES21 if [ $EVENT_POLL = YES ]; then
45 EVENT_POLL=NONE
42 EVENT_POLL=NO207 --with-poll_module) EVENT_POLL=YES ;;208 --without-poll_module) EVENT_POLL=NONE ;;
480 ink_assert(trigger_event == e && (event == EVENT_INTERVAL || event == EVENT_POLL)); in mainNetEvent()
1056 ink_assert(trigger_event == e && event == EVENT_POLL); in mainNetEvent()