Home
last modified time | relevance | path

Searched refs:FPM_EV_EDGE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/sapi/fpm/fpm/events/
H A Dkqueue.c164 if (ev->flags & FPM_EV_EDGE) { in fpm_event_kqueue_add()
189 if (ev->flags & FPM_EV_EDGE) { in fpm_event_kqueue_remove()
H A Depoll.c173 if (ev->flags & FPM_EV_EDGE) { in fpm_event_epoll_add()
201 if (ev->flags & FPM_EV_EDGE) { in fpm_event_epoll_remove()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.h9 #define FPM_EV_EDGE (1 << 3) macro
H A Dfpm_children.c465 …fpm_event_set(wp->ondemand_event, wp->listening_socket, FPM_EV_READ | FPM_EV_EDGE, fpm_pctl_on_soc… in fpm_children_create_initial()

Completed in 10 milliseconds