Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_epoll_module.c106 static ngx_int_t ngx_epoll_notify_init(ngx_log_t *log);
339 if (ngx_epoll_notify_init(cycle->log) != NGX_OK) { in ngx_epoll_init()
386 ngx_epoll_notify_init(ngx_log_t *log) in ngx_epoll_notify_init() function