Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c107 static void ngx_epoll_notify_handler(ngx_event_t *ev);
404 notify_event.handler = ngx_epoll_notify_handler; in ngx_epoll_notify_init()
432 ngx_epoll_notify_handler(ngx_event_t *ev) in ngx_epoll_notify_handler() function