Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_epoll.c120 if (kev->flags & EV_ERROR) { in ff_event_to_epoll()
H A Dff_event.h156 #define EV_ERROR 0x4000 /* error, data contains errno */ macro
/f-stack/app/nginx-1.16.1/auto/os/
H A Ddarwin58 if (kev.flags & EV_ERROR) return 1;"
/f-stack/tools/compat/include/sys/
H A Devent.h87 #define EV_ERROR 0x4000 /* error, data contains errno */ macro
/f-stack/freebsd/sys/
H A Devent.h154 #define EV_ERROR 0x4000 /* error, data contains errno */ macro
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h345 #define NGX_FLUSH_EVENT EV_ERROR
/f-stack/app/micro_thread/
H A Dkqueue_proxy.cpp403 if (tmp_evts == EV_ERROR) in KqueueRcvEventList()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c603 if (event_list[i].flags & EV_ERROR) { in ngx_kqueue_process_events()
/f-stack/freebsd/kern/
H A Dkern_event.c839 kn->kn_flags |= EV_ERROR; in filt_timertouch()
1237 kevp->flags = EV_ERROR; in kqueue_kevent()
/f-stack/app/nginx-1.16.1/auto/
H A Dunix125 if (kev.flags & EV_ERROR) return 1;"