Home
last modified time | relevance | path

Searched refs:threads_created (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/tests/
H A Drwlock_test.c56 int threads_created; in main() local
87 threads_created = 0; in main()
94 threads_created++; in main()
106 expected_counter = threads_created * s_num_iterations; in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/tests/
H A Drwlock_test.c56 int threads_created; in main() local
87 threads_created = 0; in main()
94 threads_created++; in main()
106 expected_counter = threads_created * s_num_iterations; in main()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.threads/
H A Dlinux-dp.exp88 set threads_created 0
98 incr threads_created
116 if { $threads_created == 0 } {
123 } elseif { $threads_created == 1 } {
128 } elseif { !$i && $threads_created == 2 } {
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.threads/
H A Dlinux-dp.exp79 set threads_created 0
89 incr threads_created
107 if { $threads_created == 0 } {
114 } elseif { $threads_created == 1 } {
119 } elseif { !$i && $threads_created == 2 } {
/dports/www/htdigest/httpd-2.4.6/server/mpm/winnt/
H A Dchild.c919 int threads_created = 0; in child_main() local
1005 threads_created++; in child_main()
1016 if (!listener_started && threads_created) { in child_main()
1021 if (threads_created == ap_threads_per_child) { in child_main()
1165 while (threads_created) in child_main()
1174 if (watch_thread >= threads_created) { in child_main()
1184 time_remains / 1000, threads_created); in child_main()
1217 if (watch_thread >= threads_created) in child_main()
1224 if (threads_created) { in child_main()
1227 threads_created); in child_main()
[all …]
/dports/www/apache24/httpd-2.4.53/server/mpm/winnt/
H A Dchild.c928 int threads_created = 0; in child_main() local
1036 threads_created++; in child_main()
1047 if (!listener_started && threads_created) { in child_main()
1052 if (threads_created == ap_threads_per_child) { in child_main()
1217 while (threads_created) in child_main()
1226 if (watch_thread >= threads_created) { in child_main()
1236 time_remains / 1000, threads_created); in child_main()
1269 if (watch_thread >= threads_created) in child_main()
1276 if (threads_created) { in child_main()
1279 threads_created); in child_main()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dthread_pool_common.h109 int threads_created; member
239 threads_available = (work_queue.threads_created + 1) - work_queue.threads_reserved; in worker_thread_already_locked()
305 …ask.name << " giving " << work_queue.threads_reserved << " of " << work_queue.threads_created + 1); in worker_thread_already_locked()
395 …ask.name << " giving " << work_queue.threads_reserved << " of " << work_queue.threads_created + 1); in worker_thread_already_locked()
484 while (work_queue.threads_created < MAX_THREADS && in enqueue_work_already_locked()
485 ((work_queue.threads_created < work_queue.desired_threads_working - 1) || in enqueue_work_already_locked()
486 (work_queue.threads_created + 1) - work_queue.threads_reserved < min_threads)) { in enqueue_work_already_locked()
490 work_queue.threads[work_queue.threads_created++] = in enqueue_work_already_locked()
520 (work_queue.workers_sleeping < work_queue.threads_created); in enqueue_work_already_locked()
526 work_queue.target_a_team_size = work_queue.threads_created; in enqueue_work_already_locked()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Dlinux-dp.exp79 set threads_created 0
89 incr threads_created
107 if { $threads_created == 1 } {
112 } elseif { !$i && $threads_created == 2 } {
/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/runtime/
H A Dsysdep-unix.c314 static int volatile threads_created = 0; variable
324 threads_created = 1; in create_threads_and_work()
357 while (!threads_created) in __cilkrts_start_workers()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/runtime/
H A Dsysdep-unix.c314 static int volatile threads_created = 0; variable
324 threads_created = 1; in create_threads_and_work()
357 while (!threads_created) in __cilkrts_start_workers()
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/runtime/
H A Dsysdep-unix.c314 static int volatile threads_created = 0; variable
324 threads_created = 1; in create_threads_and_work()
357 while (!threads_created) in __cilkrts_start_workers()
/dports/net-mgmt/icingaweb2-module-graphite/icingaweb2-module-graphite-1.1.0/templates/
H A Dmysql_health.ini406 [mysql_health-threads_created.graph]
409 [mysql_health-threads_created.metrics_filters]
412 [mysql_health-threads_created.urlparams]
419 [mysql_health-threads_created.functions]
/dports/net-mgmt/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/
H A DInstance.pm20 threads_created => undef,
48 ($dummy, $self->{threads_created}) = $self->{handle}->fetchrow_array(q{
77 ($dummy, $self->{threads_created}) = $self->{handle}->fetchrow_array(q{
92 ($self->{threads_created} * 100.0 / $self->{connections});
/dports/www/htdigest/httpd-2.4.6/server/mpm/worker/
H A Dworker.c1040 int threads_created = 0; in start_threads() local
1095 threads_created++; in start_threads()
1098 if (!listener_started && threads_created) { in start_threads()
1102 if (start_thread_may_exit || threads_created == threads_per_child) { in start_threads()
1109 if (prev_threads_created == threads_created) { in start_threads()
1113 ap_my_pid, threads_created, threads_per_child); in start_threads()
1115 prev_threads_created = threads_created; in start_threads()
/dports/www/apache24/httpd-2.4.53/server/mpm/worker/
H A Dworker.c944 int threads_created = 0; in start_threads() local
978 threads_created++; in start_threads()
981 if (!listener_started && threads_created) { in start_threads()
985 if (start_thread_may_exit || threads_created == threads_per_child) { in start_threads()
992 if (prev_threads_created == threads_created) { in start_threads()
996 ap_my_pid, threads_created, threads_per_child); in start_threads()
998 prev_threads_created = threads_created; in start_threads()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dmysql.c750 derive_t threads_created = 0; in mysql_read() local
817 threads_created = (derive_t)val; in mysql_read()
940 if (threads_created != 0) { in mysql_read()
945 derive_submit("total_threads", "created", threads_created, db); in mysql_read()
/dports/www/htdigest/httpd-2.4.6/server/mpm/event/
H A Devent.c1875 int threads_created = 0; in start_threads() local
1963 threads_created++; in start_threads()
1967 if (!listener_started && threads_created) { in start_threads()
1973 if (start_thread_may_exit || threads_created == threads_per_child) { in start_threads()
1980 if (prev_threads_created == threads_created) { in start_threads()
1984 ap_my_pid, threads_created, in start_threads()
1987 prev_threads_created = threads_created; in start_threads()
/dports/www/apache24/httpd-2.4.53/server/mpm/event/
H A Devent.c2368 int threads_created = 0; in start_threads() local
2408 threads_created++; in start_threads()
2412 if (!listener_started && threads_created) { in start_threads()
2418 if (start_thread_may_exit || threads_created == threads_per_child) { in start_threads()
2425 if (prev_threads_created == threads_created) { in start_threads()
2429 ap_my_pid, threads_created, in start_threads()
2432 prev_threads_created = threads_created; in start_threads()
/dports/sysutils/monitorix/monitorix-3.10.1/lib/
H A Dmysql.pm239 my $threads_created = 0;
335 $threads_created = int($value);
458 $tcache_hit_rate = (1 - ($threads_created / $connections_real)) * 100
/dports/lang/yap/yap-6.2.2/pl/
H A Dstatistics.yap90 statistics(threads_created,TC) :-
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/python_modules/db/
H A Dmysql.py723 threads_created = {
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-global.h157 int threads_created; /* # threads created */ member
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A DATOMS528 A threads_created "threads_created"
H A Dpl-incl.h164 int threads_created; /* # threads created */ member
/dports/lang/yap/yap-6.2.2/misc/
H A DSWIATOMS567 A threads_created "threads_created"

1234