Home
last modified time | relevance | path

Searched defs:kevents (Results 1 – 15 of 15) sorted by relevance

/dports/www/mod_php80/php-8.0.15/sapi/fpm/fpm/events/
H A Dkqueue.c46 static struct kevent *kevents = NULL; variable
/dports/lang/php73/php-7.3.33/sapi/fpm/fpm/events/
H A Dkqueue.c48 static struct kevent *kevents = NULL; variable
/dports/lang/php74/php-7.4.27/sapi/fpm/fpm/events/
H A Dkqueue.c48 static struct kevent *kevents = NULL; variable
/dports/lang/php80/php-8.0.15/sapi/fpm/fpm/events/
H A Dkqueue.c46 static struct kevent *kevents = NULL; variable
/dports/www/mod_php74/php-7.4.27/sapi/fpm/fpm/events/
H A Dkqueue.c48 static struct kevent *kevents = NULL; variable
/dports/www/mod_php73/php-7.3.33/sapi/fpm/fpm/events/
H A Dkqueue.c48 static struct kevent *kevents = NULL; variable
/dports/www/mod_php81/php-8.1.1/sapi/fpm/fpm/events/
H A Dkqueue.c46 static struct kevent *kevents = NULL; variable
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/events/
H A Dkqueue.c46 static struct kevent *kevents = NULL; variable
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/attachdetach/reconciler/
H A Dreconciler.go35 kevents "k8s.io/kubernetes/pkg/kubelet/events" packageName
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_path_watcher_kqueue.cc102 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_path_watcher_kqueue.cc123 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid()
/dports/devel/py-watchdog/watchdog-2.1.6/src/watchdog/observers/
H A Dkqueue.py176 def kevents(self): member in KeventDescriptorSet
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/tests/
H A Dtest_poller.py408 def control(self, kevents, max_events, timeout=None): argument
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/operationexecutor/
H A Doperation_generator.go40 kevents "k8s.io/kubernetes/pkg/kubelet/events" packageName
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/bsd/
H A Dkqueue_event_loop.c822 struct kevent kevents[MAX_EVENTS]; in s_event_thread_main() local