Searched refs:notify_kev (Results 1 – 1 of 1) sorted by relevance
50 static struct kevent notify_kev; variable246 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, ¬ify_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 …]