Searched refs:num_threads (Results 26 - 50 of 89) sorted by relevance

1234

/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Dreduction-4.c8 #pragma omp parallel num_threads(4) reduction(-:i) reduction(|:k) \
H A Dshared-2.c16 #pragma omp parallel firstprivate (a,b) shared (bad) num_threads (5)
H A Dpr26943-3.c18 #pragma omp parallel num_threads (2) reduction (+:l)
23 schedule (static, 1) num_threads (4) \
H A Dpr26943-4.c18 #pragma omp parallel num_threads (2) reduction (+:l) \
24 schedule (static, 1) num_threads (4) \
H A Dpr30494.c44 #pragma omp parallel for num_threads (4)
60 #pragma omp parallel num_threads (3)
H A Dnestedfn-1.c15 num_threads (2) reduction (||:l)
H A Dreduction-2.c9 #pragma omp parallel num_threads(4)
H A Dreduction-3.c9 #pragma omp parallel num_threads(4)
H A Dshared-1.c25 #pragma omp parallel shared (a, b, A) num_threads (5)
H A Dpr26943-2.c17 schedule (static, 1) num_threads (4) \
H A Dvla-1.c23 #pragma omp parallel default (shared) num_threads (4) \
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c++/
H A Dreduction-1.C9 #pragma omp parallel num_threads(4) reduction(+:i) reduction(*:d) reduction(&:k)
H A Dshared-2.C13 #pragma omp parallel firstprivate (a,b) shared (bad) num_threads (5)
H A Dpr27337.C49 schedule (static, 1) num_threads (4)
62 #pragma omp parallel for num_threads (4)
H A Dpr26943.C57 #pragma omp parallel num_threads(2)
H A Dreduction-2.C9 #pragma omp parallel num_threads(4)
H A Dreduction-3.C9 #pragma omp parallel num_threads(4)
H A Dshared-1.C27 #pragma omp parallel shared (a, b, A) num_threads (5)
H A Dpr30703.C41 #pragma omp parallel for firstprivate (a) lastprivate (a) private (b) schedule (static, 1) num_threads (5)
/openbsd-current/gnu/gcc/libgomp/
H A Dloop.c374 unsigned num_threads, long start, long end,
380 num_threads = gomp_resolve_num_threads (num_threads);
381 ws = gomp_new_work_share (false, num_threads);
383 gomp_team_start (fn, data, num_threads, ws);
388 unsigned num_threads, long start, long end,
391 gomp_parallel_loop_start (fn, data, num_threads, start, end, incr,
397 unsigned num_threads, long start, long end,
400 gomp_parallel_loop_start (fn, data, num_threads, start, end, incr,
406 unsigned num_threads, lon
373 gomp_parallel_loop_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, enum gomp_schedule_type sched, long chunk_size) argument
387 GOMP_parallel_loop_static_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
396 GOMP_parallel_loop_dynamic_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
405 GOMP_parallel_loop_guided_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
414 GOMP_parallel_loop_runtime_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr) argument
[all...]
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp111 const uint32_t num_threads = m_threads.size(); local
112 for (idx = 0; idx < num_threads; ++idx) {
129 const uint32_t num_threads = m_threads.size(); local
130 for (idx = 0; idx < num_threads; ++idx) {
147 const uint32_t num_threads = m_threads.size(); local
148 for (idx = 0; idx < num_threads; ++idx) {
167 const uint32_t num_threads = m_threads.size(); local
168 for (idx = 0; idx < num_threads; ++idx) {
184 const uint32_t num_threads = m_threads.size(); local
185 for (idx = 0; idx < num_threads;
199 const uint32_t num_threads = m_threads.size(); local
216 const uint32_t num_threads = m_threads.size(); local
480 const uint32_t num_threads = m_threads.size(); local
761 const uint32_t num_threads = m_threads.size(); local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp76 const uint32_t num_threads = process->GetThreadList().GetSize(); local
80 num_threads);
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py187 num_threads = self.inferior_process.GetNumThreads()
193 num_threads,
197 num_threads,
235 num_threads = self.inferior_process.GetNumThreads()
238 num_threads,
240 (num_threads,
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp58 mach_msg_type_number_t num_threads; local
59 kern_return_t err = task_threads(mach_task_self(), &threads, &num_threads);
66 for (unsigned int i = 0; i < num_threads; ++i) {
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h97 collection *num_threads = NULL);

Completed in 200 milliseconds

1234