Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/auto/os/
H A Ddarwin23 # kqueue
25 echo " + kqueue found"
33 ngx_feature="kqueue's EVFILT_TIMER"
44 if ((kq = kqueue()) == -1) return 1;
63 ngx_feature="Darwin 64-bit kqueue millisecond timeout bug"
75 kq = kqueue();
H A Dfreebsd65 # kqueue
70 echo " + kqueue found"
83 # kqueue's NOTE_LOWAT
88 echo " + kqueue's NOTE_LOWAT found"
92 # kqueue's EVFILT_TIMER
97 echo " + kqueue's EVFILT_TIMER found"
/f-stack/freebsd/kern/
H A Dkern_event.c532 struct kqueue *kq; in knote_fork()
797 struct kqueue *kq; in filt_timertouch()
976 struct kqueue *kq; in kern_kqueue()
1258 struct kqueue *kq; in kern_kevent_fp()
1642 struct kqueue *kq; in kqueue_acquire()
1765 struct kqueue *kq; in kqueue_task()
2012 struct kqueue *kq; in kqueue_ioctl()
2041 struct kqueue *kq; in kqueue_poll()
2241 struct kqueue *kq; in knote()
2492 struct kqueue *kq; in knlist_cleardel()
[all …]
H A Dcapabilities.conf392 kqueue
/f-stack/freebsd/sys/
H A Deventvar.h43 struct kqueue { struct
46 TAILQ_ENTRY(kqueue) kq_list; argument
H A Devent.h221 struct kqueue;
222 TAILQ_HEAD(kqlist, kqueue);
284 struct kqueue *kn_kq; /* which queue we are on */
358 int kqueue(void);
H A Dsyscall.mk234 kqueue.o \
/f-stack/tools/compat/include/sys/
H A Devent.h153 struct kqueue;
154 TAILQ_HEAD(kqlist, kqueue);
215 struct kqueue *kn_kq; /* which queue we are on */
291 int kqueue(void);
/f-stack/lib/
H A Dff_event.h223 struct kqueue;
224 TAILQ_HEAD(kqlist, kqueue);
/f-stack/app/nginx-1.16.1/conf/
H A Dnginx.conf17 use kqueue;
/f-stack/doc/
H A DF-Stack_Nginx_APP_Guide.md83 use kqueue; # use kqueue
H A DF-Stack_API_Reference.md159 …The kqueue() system call provides a generic method of notifying the user when an event occurs or a…
160 more info see man kqueue on FreeBSD System Calls Manual.
/f-stack/app/nginx-1.16.1/auto/
H A Dunix72 ngx_feature="kqueue"
78 ngx_feature_test="(void) kqueue()"
88 ngx_feature="kqueue's NOTE_LOWAT"
100 ngx_feature="kqueue's EVFILT_TIMER"
111 if ((kq = kqueue()) == -1) return 1;
518 ngx_feature="kqueue AIO support"
/f-stack/app/redis-5.0.5/src/
H A Dae_kqueue.c50 state->kqfd = kqueue(); in aeApiCreate()
/f-stack/tools/libutil/tests/
H A Dpidfile_test.c173 kq = kqueue(); in common_test_pidfile_child()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_kqueue_module.c54 extern int kqueue(void);
139 ngx_kqueue = kqueue(); in ngx_kqueue_init()
H A Dngx_ff_module.c516 kqueue(void) in kqueue() function
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_interrupts.c612 kq = kqueue(); in rte_eal_intr_init()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru3598 платформах, не поддерживающих методы kqueue или eventport.
5024 методы kqueue, epoll, rtsig или eventport; ошибка появилась в 0.7.7.
5445 поддерживающих метод kqueue, то nginx выдавал alert "name is out of
6958 *) Изменение: обход ошибки обработки миллисекундных таймаутов kqueue в
7061 *) Изменение: обход ошибки в kqueue во FreeBSD.
8429 *) Исправление: очень редкая ошибка при обработке kqueue.
8442 поддерживающих kqueue NOTE_LOWAT, но и на всех, поддерживающих
H A DCHANGES3531 platforms which do not support kqueue or eventport notification
4926 *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or
5333 kqueue, then nginx issued an alert "name is out of response".
6826 *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug.
6932 *) Workaround: for bug in FreeBSD kqueue.
8289 *) Bugfix: very seldom bug in the kqueue processing.
8302 support kqueue NOTE_LOWAT, but also on OSes that support SO_SNDLOWAT.
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst378 From FreeBSD's perspective, kqueue is the alternative way, but not implemented yet.