Home
last modified time | relevance | path

Searched defs:max_events (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dbitlog.h108 unsigned int max_events; // Size of the event buffer variable
167 unsigned int max_events; // Size of the event buffer variable
/dports/devel/pecl-swoole/swoole-4.8.5/src/reactor/
H A Dpoll.cc45 ReactorImpl *make_reactor_poll(Reactor *_reactor, int max_events) { in make_reactor_poll()
49 ReactorPoll::ReactorPoll(Reactor *_reactor, int max_events) : ReactorImpl(_reactor) { in ReactorPoll()
H A Dkqueue.cc67 ReactorImpl *make_reactor_kqueue(Reactor *_reactor, int max_events) { in make_reactor_kqueue()
71 ReactorKqueue::ReactorKqueue(Reactor *reactor, int max_events) : ReactorImpl(reactor) { in ReactorKqueue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/device_event_log/
H A Ddevice_event_log_impl_unittest.cc40 size_t max_events) { in CallGetAsString()
79 size_t max_events) { in GetAsString()
90 size_t max_events) { in GetLogString()
94 std::string GetOrderedString(StringOrder order, size_t max_events) { in GetOrderedString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/device_event_log/
H A Ddevice_event_log_impl_unittest.cc40 size_t max_events) { in CallGetAsString()
79 size_t max_events) { in GetAsString()
90 size_t max_events) { in GetLogString()
94 std::string GetOrderedString(StringOrder order, size_t max_events) { in GetOrderedString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/epoll_server/
H A Dfake_simple_epoll_server.cc21 int max_events, int timeout_in_ms) { in epoll_wait_impl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/epoll_server/
H A Dfake_simple_epoll_server.cc22 int max_events, int timeout_in_ms) { in epoll_wait_impl()
/dports/devel/libinotify/libinotify-20180201/
H A Devent-queue.h37 int max_events; /* max_queued_events */ member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/msan/Linux/
H A Dsyscalls.cpp133 long max_events = sizeof(buf) / sizeof(epoll_event); in main() local
/dports/devel/p5-IO-KQueue/IO-KQueue-0.39/
H A DKQueue.xs78 I32 max_events = SvIV(get_sv("IO::KQueue::MAX_EVENTS", FALSE)); variable
/dports/sysutils/vector/vector-0.10.0/website/docs/reference/sinks/
H A Dhoneycomb.md173 #### max_events subsubsection
244 #### max_events subsubsection
H A Dnew_relic_logs.md169 #### max_events subsubsection
240 #### max_events subsubsection
H A Dhumio_logs.md165 #### max_events subsubsection
236 #### max_events subsubsection
H A Dsematext_logs.md155 #### max_events subsubsection
226 #### max_events subsubsection
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/cuda/cuda_copy/
H A Dcuda_copy_iface.c132 uct_cuda_copy_progress_event_queue(ucs_queue_head_t *event_queue, unsigned max_events) in uct_cuda_copy_progress_event_queue()
161 unsigned max_events = iface->config.max_poll; in uct_cuda_copy_iface_progress() local
/dports/net/gsk/gsk-1.0.63/src/main-loops/
H A Dgskmainloopselect.c93 guint max_events; member
138 guint max_events, in gsk_main_loop_select_do_polling()
/dports/security/snort3/snort3-3.1.19.0/src/events/
H A Devent_queue.h30 unsigned max_events; member
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/io/
H A Dlinuxaio_queue.h54 int max_events; variable
/dports/emulators/citra/citra-ac98458e0/src/core/hle/kernel/
H A Dresource_limit.h86 s32 max_events = 0; variable
129 ar& max_events; in serialize() local
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/kernel/
H A Dresource_limit.h86 s32 max_events = 0; variable
129 ar& max_events; in serialize() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/protos/perfetto/config/
H A Dstress_test_config.proto40 optional uint32 max_events = 6; field
/dports/www/firefox/firefox-99.0/third_party/rust/glean/src/
H A Dconfiguration.rs24 pub max_events: Option<usize>, field
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean/src/
H A Dconfiguration.rs24 pub max_events: Option<usize>, field
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean/src/
H A Dconfiguration.rs24 pub max_events: Option<usize>, field
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/
H A Depoll.cpp78 const auto max_events = epoll_handlers_.size(); in Wait() local

123456789