Home
last modified time | relevance | path

Searched refs:thread_nr (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Dhand-call-in-threads.exp85 set thread_nr $i
86 gdb_test "thread $thread_nr" \
87 ".*Switching to thread $thread_nr.*" \
88 "prepare to make hand call, thread $thread_nr"
91 pass "hand call, thread $thread_nr"
94 fail "hand call, thread $thread_nr (got gdb prompt)"
115 set thread_nr $i
116 gdb_test "thread $thread_nr" ".*" \
117 "prepare to discard hand call, thread $thread_nr"
120 fail "dummy stack frame number, thread $thread_nr"
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.threads/
H A Dhand-call-in-threads.exp86 set thread_nr $i
87 gdb_test "thread $thread_nr" ".*" \
88 "prepare to make hand call, thread $thread_nr"
90 "hand call, thread $thread_nr"
101 set thread_nr $i
102 gdb_test "thread $thread_nr" ".*" \
103 "prepare to discard hand call, thread $thread_nr"
106 fail "dummy stack frame number, thread $thread_nr"
110 pass "dummy stack frame number, thread $thread_nr"
113 gdb_test "frame $frame_number" ".*" "setting frame, thread $thread_nr"
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.threads/
H A Dhand-call-in-threads.exp95 set thread_nr $i
96 gdb_test "thread $thread_nr" ".*" \
97 "prepare to make hand call, thread $thread_nr"
99 "hand call, thread $thread_nr"
110 set thread_nr $i
111 gdb_test "thread $thread_nr" ".*" \
112 "prepare to discard hand call, thread $thread_nr"
115 fail "dummy stack frame number, thread $thread_nr"
119 pass "dummy stack frame number, thread $thread_nr"
122 gdb_test "frame $frame_number" ".*" "setting frame, thread $thread_nr"
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c73 u32 thread_nr; member
82 u32 thread_nr; member
275 for_each_clear_bit(bit, &irq_status, cmdq->thread_nr) { in cmdq_irq_handler()
295 for (i = 0; i < cmdq->thread_nr; i++) { in cmdq_suspend()
537 cmdq->thread_nr = plat_data->thread_nr; in cmdq_probe()
539 cmdq->irq_mask = GENMASK(cmdq->thread_nr - 1, 0); in cmdq_probe()
557 cmdq->mbox.chans = devm_kcalloc(dev, cmdq->thread_nr, in cmdq_probe()
562 cmdq->mbox.num_chans = cmdq->thread_nr; in cmdq_probe()
570 cmdq->thread = devm_kcalloc(dev, cmdq->thread_nr, in cmdq_probe()
575 for (i = 0; i < cmdq->thread_nr; i++) { in cmdq_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c73 u32 thread_nr; member
82 u32 thread_nr; member
275 for_each_clear_bit(bit, &irq_status, cmdq->thread_nr) { in cmdq_irq_handler()
295 for (i = 0; i < cmdq->thread_nr; i++) { in cmdq_suspend()
537 cmdq->thread_nr = plat_data->thread_nr; in cmdq_probe()
539 cmdq->irq_mask = GENMASK(cmdq->thread_nr - 1, 0); in cmdq_probe()
557 cmdq->mbox.chans = devm_kcalloc(dev, cmdq->thread_nr, in cmdq_probe()
562 cmdq->mbox.num_chans = cmdq->thread_nr; in cmdq_probe()
570 cmdq->thread = devm_kcalloc(dev, cmdq->thread_nr, in cmdq_probe()
575 for (i = 0; i < cmdq->thread_nr; i++) { in cmdq_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c73 u32 thread_nr; member
82 u32 thread_nr; member
275 for_each_clear_bit(bit, &irq_status, cmdq->thread_nr) { in cmdq_irq_handler()
295 for (i = 0; i < cmdq->thread_nr; i++) { in cmdq_suspend()
537 cmdq->thread_nr = plat_data->thread_nr; in cmdq_probe()
539 cmdq->irq_mask = GENMASK(cmdq->thread_nr - 1, 0); in cmdq_probe()
557 cmdq->mbox.chans = devm_kcalloc(dev, cmdq->thread_nr, in cmdq_probe()
562 cmdq->mbox.num_chans = cmdq->thread_nr; in cmdq_probe()
570 cmdq->thread = devm_kcalloc(dev, cmdq->thread_nr, in cmdq_probe()
575 for (i = 0; i < cmdq->thread_nr; i++) { in cmdq_probe()
[all …]
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dcontexts.c255 guint thread_nr = GPOINTER_TO_UINT (user_data); in test_identity_thread() local
262 g_assert (!instances[thread_nr]); in test_identity_thread()
263 instances[thread_nr] = per_thread_thing_get (); in test_identity_thread()
271 g_assert ((instance == instances[j]) == (thread_nr == j)); in test_identity_thread()
282 g_object_unref (instances[thread_nr]); in test_identity_thread()
285 g_assert ((instances[thread_nr] == instances[j]) == (thread_nr == j)); in test_identity_thread()
293 g_object_unref (instances[thread_nr]); in test_identity_thread()
294 instances[thread_nr] = NULL; in test_identity_thread()
/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dtaskmanager.cpp280 ti.thread_nr = TaskManager::GetThreadId(); in ProcessTask()
311 ti.thread_nr = 0; ti.nthreads = 1; in CreateJob()
331 ti.thread_nr = 0; ti.nthreads = 1; in CreateJob()
356 ti.thread_nr = 0; ti.nthreads = 1; in CreateJob()
358 RegionTracer t(ti.thread_nr, jobnr, RegionTracer::ID_JOB, ti.task_nr); in CreateJob()
394 ti.thread_nr = thd; in CreateJob()
409 RegionTracer t(ti.thread_nr, jobnr, RegionTracer::ID_JOB, ti.task_nr); in CreateJob()
469 ti.thread_nr = thd; in Loop()
542 RegionTracer t(ti.thread_nr, jobnr, RegionTracer::ID_JOB, ti.task_nr); in Loop()
/dports/devel/glibmm/glibmm-2.64.2/tests/glibmm_mainloop/
H A Dmain.cc42 mark_and_quit(const std::thread::id& expected_thread_id, int thread_nr, in mark_and_quit() argument
45 invoked_in_thread[thread_nr] = (std::this_thread::get_id() == expected_thread_id) in mark_and_quit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/bench/
H A Dnuma.c61 int thread_nr; member
1125 int thread_nr = td->thread_nr; in worker_thread() local
1144 set_taskname("thread %d/%d", process_nr, thread_nr); in worker_thread()
1153 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1) in worker_thread()
1157 if (process_nr == 0 && thread_nr == 0) in worker_thread()
1162 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1196 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1209 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1277 process_nr, thread_nr, runtime_ns_max / bytes_done, val); in worker_thread()
1353 td->thread_nr = t; in worker_process()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/bench/
H A Dnuma.c61 int thread_nr; member
1125 int thread_nr = td->thread_nr; in worker_thread() local
1144 set_taskname("thread %d/%d", process_nr, thread_nr); in worker_thread()
1153 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1) in worker_thread()
1157 if (process_nr == 0 && thread_nr == 0) in worker_thread()
1162 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1196 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1209 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1277 process_nr, thread_nr, runtime_ns_max / bytes_done, val); in worker_thread()
1353 td->thread_nr = t; in worker_process()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/bench/
H A Dnuma.c61 int thread_nr; member
1125 int thread_nr = td->thread_nr; in worker_thread() local
1144 set_taskname("thread %d/%d", process_nr, thread_nr); in worker_thread()
1153 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1) in worker_thread()
1157 if (process_nr == 0 && thread_nr == 0) in worker_thread()
1162 process_nr, thread_nr, global_data, process_data, thread_data); in worker_thread()
1196 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1209 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val); in worker_thread()
1277 process_nr, thread_nr, runtime_ns_max / bytes_done, val); in worker_thread()
1353 td->thread_nr = t; in worker_process()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dsynthetic-events.c976 int thread_nr; in perf_event__synthesize_threads() local
992 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
994 if (thread_nr <= 1) { in perf_event__synthesize_threads()
1000 if (thread_nr > n) in perf_event__synthesize_threads()
1001 thread_nr = n; in perf_event__synthesize_threads()
1011 num_per_thread = n / thread_nr; in perf_event__synthesize_threads()
1012 m = n % thread_nr; in perf_event__synthesize_threads()
1013 for (i = 0; i < thread_nr; i++) { in perf_event__synthesize_threads()
1026 for (j = i; j < thread_nr; j++) { in perf_event__synthesize_threads()
1031 for (i = 0; i < thread_nr; i++) { in perf_event__synthesize_threads()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dsynthetic-events.c976 int thread_nr; in perf_event__synthesize_threads() local
992 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
994 if (thread_nr <= 1) { in perf_event__synthesize_threads()
1000 if (thread_nr > n) in perf_event__synthesize_threads()
1001 thread_nr = n; in perf_event__synthesize_threads()
1011 num_per_thread = n / thread_nr; in perf_event__synthesize_threads()
1012 m = n % thread_nr; in perf_event__synthesize_threads()
1013 for (i = 0; i < thread_nr; i++) { in perf_event__synthesize_threads()
1026 for (j = i; j < thread_nr; j++) { in perf_event__synthesize_threads()
1031 for (i = 0; i < thread_nr; i++) { in perf_event__synthesize_threads()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dsynthetic-events.c976 int thread_nr; in perf_event__synthesize_threads() local
992 thread_nr = nr_threads_synthesize; in perf_event__synthesize_threads()
994 if (thread_nr <= 1) { in perf_event__synthesize_threads()
1000 if (thread_nr > n) in perf_event__synthesize_threads()
1001 thread_nr = n; in perf_event__synthesize_threads()
1011 num_per_thread = n / thread_nr; in perf_event__synthesize_threads()
1012 m = n % thread_nr; in perf_event__synthesize_threads()
1013 for (i = 0; i < thread_nr; i++) { in perf_event__synthesize_threads()
1026 for (j = i; j < thread_nr; j++) { in perf_event__synthesize_threads()
1031 for (i = 0; i < thread_nr; i++) { in perf_event__synthesize_threads()
[all …]
/dports/games/masterserver/masterserver-0.4.1/
H A Dmasterserver.h55 pthread_t thread_nr; // thread id member
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/src/
H A Dopenni_tracking.cpp116 int thread_nr, in OpenNISegmentTracking() argument
125 , ne_(thread_nr) in OpenNISegmentTracking()
145 new ParticleFilterOMPTracker<RefPointType, ParticleT>(thread_nr)); in OpenNISegmentTracking()
150 new KLDAdaptiveParticleFilterOMPTracker<RefPointType, ParticleT>(thread_nr)); in OpenNISegmentTracking()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/stored/backends/
H A Dchunked_device.cc148 uint8_t thread_nr; in StartIoThreads() local
167 for (thread_nr = 1; thread_nr <= io_threads_; thread_nr++) { in StartIoThreads()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/stored/backends/
H A Dchunked_device.cc178 uint8_t thread_nr; in StartIoThreads() local
199 for (thread_nr = 1; thread_nr <= io_threads_; thread_nr++) { in StartIoThreads()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/stored/backends/
H A Dchunked_device.cc148 uint8_t thread_nr; in StartIoThreads() local
167 for (thread_nr = 1; thread_nr <= io_threads_; thread_nr++) { in StartIoThreads()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/stored/backends/
H A Dchunked_device.cc148 uint8_t thread_nr; in StartIoThreads() local
167 for (thread_nr = 1; thread_nr <= io_threads_; thread_nr++) { in StartIoThreads()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/stored/backends/
H A Dchunked_device.cc178 uint8_t thread_nr; in StartIoThreads() local
199 for (thread_nr = 1; thread_nr <= io_threads_; thread_nr++) { in StartIoThreads()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/stored/backends/
H A Dchunked_device.cc178 uint8_t thread_nr; in StartIoThreads() local
199 for (thread_nr = 1; thread_nr <= io_threads_; thread_nr++) { in StartIoThreads()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/stored/backends/
H A Dchunked_device.cc148 uint8_t thread_nr; in StartIoThreads() local
167 for (thread_nr = 1; thread_nr <= io_threads_; thread_nr++) { in StartIoThreads()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/stored/backends/
H A Dchunked_device.cc178 uint8_t thread_nr; in StartIoThreads() local
199 for (thread_nr = 1; thread_nr <= io_threads_; thread_nr++) { in StartIoThreads()

123