Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c21 static ngx_int_t ngx_kqueue_notify_init(ngx_log_t *log);
148 if (ngx_kqueue_notify_init(cycle->log) != NGX_OK) { in ngx_kqueue_init()
244 ngx_kqueue_notify_init(ngx_log_t *log) in ngx_kqueue_notify_init() function