Searched refs:notify_event (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_eventport_module.c | 156 static ngx_event_t notify_event; variable 229 notify_event.active = 1; in ngx_eventport_init() 230 notify_event.log = cycle->log; in ngx_eventport_init() 423 notify_event.handler = handler; in ngx_eventport_notify() 425 if (port_send(ep, 0, ¬ify_event) != 0) { in ngx_eventport_notify() 426 ngx_log_error(NGX_LOG_ALERT, notify_event.log, ngx_errno, in ngx_eventport_notify()
|
| H A D | ngx_kqueue_module.c | 49 static ngx_event_t notify_event; variable 259 notify_event.active = 1; in ngx_kqueue_notify_init() 260 notify_event.log = log; in ngx_kqueue_notify_init() 264 notify_kev.udata = NGX_KQUEUE_UDATA_T ((uintptr_t) ¬ify_event); in ngx_kqueue_notify_init() 494 notify_event.handler = handler; in ngx_kqueue_notify() 497 ngx_log_error(NGX_LOG_ALERT, notify_event.log, ngx_errno, in ngx_kqueue_notify()
|
| H A D | ngx_epoll_module.c | 139 static ngx_event_t notify_event; variable 404 notify_event.handler = ngx_epoll_notify_handler; in ngx_epoll_notify_init() 405 notify_event.log = log; in ngx_epoll_notify_init() 406 notify_event.active = 1; in ngx_epoll_notify_init() 409 notify_conn.read = ¬ify_event; in ngx_epoll_notify_init() 769 notify_event.data = handler; in ngx_epoll_notify() 772 ngx_log_error(NGX_LOG_ALERT, notify_event.log, ngx_errno, in ngx_epoll_notify()
|