Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c50 static struct kevent notify_kev; variable
246 notify_kev.ident = 0; in ngx_kqueue_notify_init()
247 notify_kev.filter = EVFILT_USER; in ngx_kqueue_notify_init()
248 notify_kev.data = 0; in ngx_kqueue_notify_init()
249 notify_kev.flags = EV_ADD|EV_CLEAR; in ngx_kqueue_notify_init()
250 notify_kev.fflags = 0; in ngx_kqueue_notify_init()
251 notify_kev.udata = 0; in ngx_kqueue_notify_init()
253 if (kevent(ngx_kqueue, &notify_kev, 1, NULL, 0, NULL) == -1) { in ngx_kqueue_notify_init()
262 notify_kev.flags = 0; in ngx_kqueue_notify_init()
263 notify_kev.fflags = NOTE_TRIGGER; in ngx_kqueue_notify_init()
[all …]