Home
last modified time | relevance | path

Searched defs:num_threads (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project/flang/test/Lower/OpenMP/
H A Dparallel.f9097 subroutine parallel_numthreads(num_threads) argument
98 integer, intent(inout) :: num_threads local
171 subroutine parallel_multiple_clauses(alpha, num_threads) argument
174 integer, intent(in) :: num_threads global() local
[all...]
H A Domp-lib-num-threads.f9015 integer(omp_integer_kind) :: num_threads variable
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp121 const size_t num_threads = m_threads.size(); in GetThreadByID() local
135 const size_t num_threads = m_threads.size(); in GetThreadByMachPortNumber() local
149 const size_t num_threads = m_threads.size(); in GetThreadIDByMachPortNumber() local
162 const size_t num_threads = m_threads.size(); in GetMachPortNumberByThreadID() local
355 const size_t num_threads = m_threads.size(); in CurrentThread() local
368 const size_t num_threads = m_threads.size(); in Dump() local
413 const size_t num_threads = m_threads.size(); in ProcessWillResume() local
452 const uint32_t num_threads = UpdateThreadList(process, true); in ProcessDidStop() local
471 const size_t num_threads = m_threads.size(); in ShouldStop() local
480 const size_t num_threads = m_threads.size(); in NotifyBreakpointChanged() local
[all …]
/llvm-project/third-party/benchmark/src/
H A Dcounter.cc21 double num_threads) { in Finish()
43 double num_threads) { in Finish()
/llvm-project/lldb/source/Target/
H A DThreadList.cpp111 for (idx = 0; idx < num_threads; ++idx) { in FindThreadByID() local
129 for (idx = 0; idx < num_threads; ++idx) { in FindThreadByProtocolID() local
147 for (idx = 0; idx < num_threads; ++idx) { in RemoveThreadByID() local
167 for (idx = 0; idx < num_threads; ++idx) { in RemoveThreadByProtocolID() local
184 for (idx = 0; idx < num_threads; in GetThreadSPForThreadPtr() local
199 const uint32_t num_threads = m_threads.size(); GetBackingThread() local
216 const uint32_t num_threads = m_threads.size(); FindThreadByIndexID() local
480 const uint32_t num_threads = m_threads.size(); Destroy() local
763 const uint32_t num_threads = m_threads.size(); Update() local
[all...]
/llvm-project/lldb/test/API/functionalities/fork/concurrent_vfork/
H A Dmain.cpp68 void create_threads(int num_threads) { in create_threads()
104 int num_threads = 5; // break here in main() local
/llvm-project/offload/test/offloading/
H A Dhigh_trip_count_block_limit.cpp21 int num_threads[N]; in main() local
H A Dlooptripcnt.c13 int num_threads[NN]; in main() local
H A Dparallel_offloading_map.cpp9 constexpr const int num_threads = 64, N = 128; in main() local
/llvm-project/openmp/runtime/test/parallel/
H A Domp_parallel_private.c10 int sum, num_threads,sum1; in test_omp_parallel_private() local
H A Domp_parallel_firstprivate.c10 int sum, num_threads,sum1; in test_omp_parallel_firstprivate() local
H A Domp_parallel_copyin.c11 int sum, num_threads; in test_omp_parallel_copyin() local
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dmain.cpp20 constexpr size_t num_threads = 10; in main() local
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_parallel_for_if.c9 int num_threads; in test_omp_parallel_for_if() local
/llvm-project/openmp/runtime/test/env/
H A Domp_thread_limit.c18 int num_threads = omp_get_num_threads(); in verify() local
/llvm-project/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp227 int count_completed_threads(int num_threads) { in count_successful_threads() argument
219 count_completed_threads(int num_threads) count_completed_threads() argument
/llvm-project/compiler-rt/test/scudo/
H A Dthreads.c16 int num_threads; variable
/llvm-project/libcxxabi/test/
H A Dtest_exception_storage.threads.pass.cpp56 int num_threads = std::thread::hardware_concurrency(); in main() local
/llvm-project/compiler-rt/test/lsan/TestCases/
H A Dhigh_allocator_contention.cpp10 int num_threads; variable
/llvm-project/openmp/runtime/test/tasking/
H A Dtaskdep_if0_2.c36 int num_threads = omp_get_max_threads(); in main() local
H A Domp50_taskwait_depend.c44 int num_threads = omp_get_max_threads(); in main() local
/llvm-project/offload/DeviceRTL/src/
H A DParallelism.cpp87 __kmpc_parallel_spmd(IdentTy * ident,int32_t num_threads,void * fn,void ** args,const int64_t nargs) __kmpc_parallel_spmd() argument
146 __kmpc_parallel_51(IdentTy * ident,int32_t,int32_t if_expr,int32_t num_threads,int proc_bind,void * fn,void * wrapper_fn,void ** args,int64_t nargs) __kmpc_parallel_51() argument
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c73 int num_threads = 1; in main() local
/llvm-project/compiler-rt/test/memprof/TestCases/
H A Dstress_dtls.c68 int num_threads = 1; in main() local
/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp76 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local

123