Searched defs:max_threads (Results 1 – 5 of 5) sorted by relevance
10 int max_threads = 0; in test_omp_parallel_num_threads() local
24 int max_threads = omp_get_max_threads(); in test_omp_for_auto() local
445 Benchmark* Benchmark::ThreadRange(int min_threads, int max_threads) { in ThreadRange()453 Benchmark* Benchmark::DenseThreadRange(int min_threads, int max_threads, in DenseThreadRange()
95 size_t KMP_ALIGN_CACHE max_threads; // size of arrays in data structure variable
107 ThreadRegistry(ThreadContextFactory factory,u32 max_threads,u32 thread_quarantine_size,u32 max_reuse) ThreadRegistry() argument