Home
last modified time | relevance | path

Searched refs:total_events (Results 1 – 25 of 78) sorted by relevance

1234

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/win32/
H A Derl_poll.c534 w->total_events--; in remove_event_from_set()
543 w->total_events--; in remove_event_from_set()
549 w->total_events--; in remove_event_from_set()
550 w->events[j] = w->events[w->total_events]; in remove_event_from_set()
551 w->evdata[j] = w->evdata[w->total_events]; in remove_event_from_set()
605 w->total_events = 1; in new_waiter()
694 if (w->total_events == 0) { in threaded_waiter()
715 save_total_events = w->total_events; in threaded_waiter()
832 lowest = ps->waiter[i]->total_events; in set_driver_select()
893 w->total_events++; in set_driver_select()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_poll.c534 w->total_events--; in remove_event_from_set()
543 w->total_events--; in remove_event_from_set()
549 w->total_events--; in remove_event_from_set()
550 w->events[j] = w->events[w->total_events]; in remove_event_from_set()
551 w->evdata[j] = w->evdata[w->total_events]; in remove_event_from_set()
605 w->total_events = 1; in new_waiter()
694 if (w->total_events == 0) { in threaded_waiter()
715 save_total_events = w->total_events; in threaded_waiter()
832 lowest = ps->waiter[i]->total_events; in set_driver_select()
893 w->total_events++; in set_driver_select()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/win32/
H A Derl_poll.c534 w->total_events--; in remove_event_from_set()
543 w->total_events--; in remove_event_from_set()
549 w->total_events--; in remove_event_from_set()
550 w->events[j] = w->events[w->total_events]; in remove_event_from_set()
551 w->evdata[j] = w->evdata[w->total_events]; in remove_event_from_set()
605 w->total_events = 1; in new_waiter()
694 if (w->total_events == 0) { in threaded_waiter()
715 save_total_events = w->total_events; in threaded_waiter()
832 lowest = ps->waiter[i]->total_events; in set_driver_select()
893 w->total_events++; in set_driver_select()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_poll.c534 w->total_events--; in remove_event_from_set()
543 w->total_events--; in remove_event_from_set()
549 w->total_events--; in remove_event_from_set()
550 w->events[j] = w->events[w->total_events]; in remove_event_from_set()
551 w->evdata[j] = w->evdata[w->total_events]; in remove_event_from_set()
605 w->total_events = 1; in new_waiter()
694 if (w->total_events == 0) { in threaded_waiter()
715 save_total_events = w->total_events; in threaded_waiter()
832 lowest = ps->waiter[i]->total_events; in set_driver_select()
893 w->total_events++; in set_driver_select()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_poll.c534 w->total_events--; in remove_event_from_set()
543 w->total_events--; in remove_event_from_set()
549 w->total_events--; in remove_event_from_set()
550 w->events[j] = w->events[w->total_events]; in remove_event_from_set()
551 w->evdata[j] = w->evdata[w->total_events]; in remove_event_from_set()
605 w->total_events = 1; in new_waiter()
694 if (w->total_events == 0) { in threaded_waiter()
715 save_total_events = w->total_events; in threaded_waiter()
832 lowest = ps->waiter[i]->total_events; in set_driver_select()
893 w->total_events++; in set_driver_select()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_poll.c534 w->total_events--; in remove_event_from_set()
543 w->total_events--; in remove_event_from_set()
549 w->total_events--; in remove_event_from_set()
550 w->events[j] = w->events[w->total_events]; in remove_event_from_set()
551 w->evdata[j] = w->evdata[w->total_events]; in remove_event_from_set()
605 w->total_events = 1; in new_waiter()
694 if (w->total_events == 0) { in threaded_waiter()
715 save_total_events = w->total_events; in threaded_waiter()
832 lowest = ps->waiter[i]->total_events; in set_driver_select()
893 w->total_events++; in set_driver_select()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/win32/
H A Derl_poll.c534 w->total_events--; in remove_event_from_set()
543 w->total_events--; in remove_event_from_set()
549 w->total_events--; in remove_event_from_set()
550 w->events[j] = w->events[w->total_events]; in remove_event_from_set()
551 w->evdata[j] = w->evdata[w->total_events]; in remove_event_from_set()
605 w->total_events = 1; in new_waiter()
694 if (w->total_events == 0) { in threaded_waiter()
715 save_total_events = w->total_events; in threaded_waiter()
832 lowest = ps->waiter[i]->total_events; in set_driver_select()
893 w->total_events++; in set_driver_select()
[all …]
/dports/sysutils/vector/vector-0.10.0/src/sinks/
H A Dblackhole.rs12 total_events: usize, field
53 total_events: 0, in new()
73 self.total_events += 1; in start_send()
80 if self.total_events % self.config.print_amount == 0 { in start_send()
82 events = self.total_events, in start_send()
/dports/sysutils/watchman/watchman-4.5.0/python/bin/
H A Dwatchman-wait86 total_events = 0
153 global total_events
169 total_events = total_events + 1
170 if args.max_events > 0 and total_events >= args.max_events:
/dports/sysutils/py-pywatchman/watchman-4.9.0/python/bin/
H A Dwatchman-wait86 total_events = 0
149 global total_events
166 total_events = total_events + 1
167 if args.max_events > 0 and total_events >= args.max_events:
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/tests/lib/
H A Dtest_registry.cpp46 size_t total_events = 0; in TEST() local
49 total_events += klasses[i]->type_info->fields_count + 1; in TEST()
52 ASSERT_EQ(total_events, info.values.size()); in TEST()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/tests/lib/
H A Dtest_registry.cpp46 size_t total_events = 0; in TEST() local
49 total_events += klasses[i]->type_info->fields_count + 1; in TEST()
52 ASSERT_EQ(total_events, info.values.size()); in TEST()
/dports/multimedia/libv4l/linux-5.13-rc2/samples/bpf/
H A Dtracex3_user.c78 __u64 total_events = 0; in print_hist() local
92 total_events += value; in print_hist()
105 printf(" # %lld\n", total_events); in print_hist()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/bpf/
H A Dtracex3_user.c78 __u64 total_events = 0; in print_hist() local
92 total_events += value; in print_hist()
105 printf(" # %lld\n", total_events); in print_hist()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/bpf/
H A Dtracex3_user.c78 __u64 total_events = 0; in print_hist() local
92 total_events += value; in print_hist()
105 printf(" # %lld\n", total_events); in print_hist()
/dports/math/cgal/CGAL-5.3/include/CGAL/Curved_kernel_via_analysis_2/
H A DMake_x_monotone_2.h149 int total_events = curve.number_of_status_lines_with_event(); in operator() local
151 if(total_events == 0) { in operator()
200 for (i = 0; i < total_events-1; i++) { in operator()
249 evt_line2 = curve.status_line_at_event(total_events-1); in operator()
253 n = curve.status_line_of_interval(total_events).number_of_events(); in operator()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/sherlock/
H A Dline_profiler.rb69 total_events = stats[0][2]
83 .new(file, line_samples, total_duration, total_events)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/tests/
H A Dperf-record.c70 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD() local
167 int before = total_events; in test__PERF_RECORD()
181 ++total_events; in test__PERF_RECORD()
290 if (total_events == before && false) in test__PERF_RECORD()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/tests/
H A Dperf-record.c70 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD() local
167 int before = total_events; in test__PERF_RECORD()
181 ++total_events; in test__PERF_RECORD()
290 if (total_events == before && false) in test__PERF_RECORD()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/tests/
H A Dperf-record.c70 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD() local
167 int before = total_events; in test__PERF_RECORD()
181 ++total_events; in test__PERF_RECORD()
290 if (total_events == before && false) in test__PERF_RECORD()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jvmti/CompiledMethodLoad/
H A DlibCompiledZombie.cpp36 static int total_events = 0; variable
43 total_events++; in CompiledMethodLoad()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jvmti/CompiledMethodLoad/
H A DlibCompiledZombie.cpp36 static int total_events = 0; variable
43 total_events++; in CompiledMethodLoad()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jvmti/CompiledMethodLoad/
H A DlibCompiledZombie.cpp36 static int total_events = 0; variable
43 total_events++; in CompiledMethodLoad()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/CompiledMethodLoad/
H A DlibCompiledZombie.cpp36 static int total_events = 0; variable
43 total_events++; in CompiledMethodLoad()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jvmti/CompiledMethodLoad/
H A DlibCompiledZombie.cpp36 static int total_events = 0; variable
43 total_events++; in CompiledMethodLoad()

1234