Home
last modified time | relevance | path

Searched refs:EVENT_POLL (Results 1 – 22 of 22) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/eventsystem/
H A DI_Event.h43 #define EVENT_POLL 5 // negative event; activated on poll or epoll macro
H A DUnixEThread.cc284 process_event(e, EVENT_POLL); in execute_regular()
/dports/security/modsecurity3-nginx/nginx-1.20.0/auto/
H A Doptions42 EVENT_POLL=NO
206 --with-poll_module) EVENT_POLL=YES ;;
207 --without-poll_module) EVENT_POLL=NONE ;;
H A Dmodules17 if [ $EVENT_POLL = NO -a $EVENT_FOUND = NO ]; then
18 EVENT_POLL=YES
21 if [ $EVENT_POLL = YES ]; then
H A Dunix45 EVENT_POLL=NONE
/dports/www/nginx-naxsi/nginx-1.20.2/auto/
H A Doptions42 EVENT_POLL=NO
206 --with-poll_module) EVENT_POLL=YES ;;
207 --without-poll_module) EVENT_POLL=NONE ;;
H A Dmodules17 if [ $EVENT_POLL = NO -a $EVENT_FOUND = NO ]; then
18 EVENT_POLL=YES
21 if [ $EVENT_POLL = YES ]; then
H A Dunix45 EVENT_POLL=NONE
/dports/www/nginx-lite/nginx-1.20.2/auto/
H A Doptions42 EVENT_POLL=NO
206 --with-poll_module) EVENT_POLL=YES ;;
207 --without-poll_module) EVENT_POLL=NONE ;;
H A Dmodules17 if [ $EVENT_POLL = NO -a $EVENT_FOUND = NO ]; then
18 EVENT_POLL=YES
21 if [ $EVENT_POLL = YES ]; then
H A Dunix45 EVENT_POLL=NONE
/dports/www/nginx-full/nginx-1.20.2/auto/
H A Doptions42 EVENT_POLL=NO
206 --with-poll_module) EVENT_POLL=YES ;;
207 --without-poll_module) EVENT_POLL=NONE ;;
H A Dmodules17 if [ $EVENT_POLL = NO -a $EVENT_FOUND = NO ]; then
18 EVENT_POLL=YES
21 if [ $EVENT_POLL = YES ]; then
H A Dunix45 EVENT_POLL=NONE
/dports/www/nginx/nginx-1.20.2/auto/
H A Doptions42 EVENT_POLL=NO
206 --with-poll_module) EVENT_POLL=YES ;;
207 --without-poll_module) EVENT_POLL=NONE ;;
H A Dmodules17 if [ $EVENT_POLL = NO -a $EVENT_FOUND = NO ]; then
18 EVENT_POLL=YES
21 if [ $EVENT_POLL = YES ]; then
H A Dunix45 EVENT_POLL=NONE
/dports/www/nginx-devel/nginx-1.21.5/auto/
H A Doptions42 EVENT_POLL=NO
207 --with-poll_module) EVENT_POLL=YES ;;
208 --without-poll_module) EVENT_POLL=NONE ;;
H A Dmodules17 if [ $EVENT_POLL = NO -a $EVENT_FOUND = NO ]; then
18 EVENT_POLL=YES
21 if [ $EVENT_POLL = YES ]; then
H A Dunix45 EVENT_POLL=NONE
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DUnixNet.cc480 ink_assert(trigger_event == e && (event == EVENT_INTERVAL || event == EVENT_POLL)); in mainNetEvent()
H A DUnixUDPNet.cc1056 ink_assert(trigger_event == e && event == EVENT_POLL); in mainNetEvent()