Home
last modified time | relevance | path

Searched defs:max_threads (Results 1 – 5 of 5) sorted by relevance

/llvm-project/openmp/runtime/test/parallel/
H A Domp_parallel_num_threads.c10 int max_threads = 0; in test_omp_parallel_num_threads() local
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_for_schedule_auto.c24 int max_threads = omp_get_max_threads(); in test_omp_for_auto() local
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc445 Benchmark* Benchmark::ThreadRange(int min_threads, int max_threads) { in ThreadRange()
453 Benchmark* Benchmark::DenseThreadRange(int min_threads, int max_threads, in DenseThreadRange()
/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h95 size_t KMP_ALIGN_CACHE max_threads; // size of arrays in data structure variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp107 ThreadRegistry(ThreadContextFactory factory,u32 max_threads,u32 thread_quarantine_size,u32 max_reuse) ThreadRegistry() argument