Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/flang/test/Lower/OpenMP/
H A Dparallel.f9096 subroutine parallel_numthreads(num_threads) argument
97 integer, intent(inout) :: num_threads local
171 subroutine parallel_multiple_clauses(alpha, num_threads) argument
174 integer, intent(in) :: num_threads local
/llvm-project-15.0.7/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
368 const size_t num_threads = m_threads.size(); in Dump() local
413 const size_t num_threads = m_threads.size(); in ProcessWillResume() 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
493 const size_t num_threads = m_threads.size(); in DoHardwareBreakpointAction() local
559 const size_t num_threads = m_threads.size(); in NumSupportedHardwareWatchpoints() local
[all …]
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp111 const uint32_t num_threads = m_threads.size(); in FindThreadByID() local
129 const uint32_t num_threads = m_threads.size(); in FindThreadByProtocolID() local
147 const uint32_t num_threads = m_threads.size(); in RemoveThreadByID() local
167 const uint32_t num_threads = m_threads.size(); in RemoveThreadByProtocolID() local
184 const uint32_t num_threads = m_threads.size(); in GetThreadSPForThreadPtr() local
199 const uint32_t num_threads = m_threads.size(); in GetBackingThread() local
216 const uint32_t num_threads = m_threads.size(); in FindThreadByIndexID() local
453 const uint32_t num_threads = m_threads.size(); in Destroy() local
726 const uint32_t num_threads = m_threads.size(); in Update() local
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcounter.cc21 double num_threads) { in Finish()
43 double num_threads) { in Finish()
H A Dthread_manager.h14 explicit ThreadManager(int num_threads) in ThreadManager()
H A Dmutex.h101 Barrier(int num_threads) : running_threads_(num_threads) {} in Barrier()
/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dlooptripcnt.c14 int num_threads[NN]; in main() local
H A Dparallel_offloading_map.cpp11 constexpr const int num_threads = 64, N = 128; in main() local
/llvm-project-15.0.7/openmp/runtime/test/parallel/
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
H A Domp_parallel_private.c10 int sum, num_threads,sum1; in test_omp_parallel_private() local
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_parallel_for_if.c9 int num_threads; in test_omp_parallel_for_if() local
/llvm-project-15.0.7/openmp/runtime/test/env/
H A Domp_thread_limit.c18 int num_threads = omp_get_num_threads(); in verify() local
/llvm-project-15.0.7/compiler-rt/test/scudo/
H A Dthreads.c16 int num_threads; variable
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Dhigh_allocator_contention.cpp10 int num_threads; variable
/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Domp50_taskwait_depend.c44 int num_threads = omp_get_max_threads(); in main() local
H A Dtaskdep_if0_2.c36 int num_threads = omp_get_max_threads(); in main() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c73 int num_threads = 1; in main() local
/llvm-project-15.0.7/compiler-rt/test/memprof/TestCases/
H A Dstress_dtls.c68 int num_threads = 1; in main() local
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp76 const uint32_t num_threads = process->GetThreadList().GetSize(); in DoExecute() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_debugger.cpp265 int num_threads = 0; in __kmp_omp_num_threads() local
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtarget_num_teams_num_threads_attributes.cpp115 void num_threads() { in num_threads() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp587 const uint32_t num_threads = core_objfile->GetNumThreadContexts(); in DoUpdateThreadList() local
594 const uint32_t num_threads = old_thread_list.GetSize(false); in DoUpdateThreadList() local
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DParallelism.cpp83 int32_t num_threads, int proc_bind, void *fn, in __kmpc_parallel_51()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp58 mach_msg_type_number_t num_threads; in RunThread() local

12