| /llvm-project-15.0.7/openmp/runtime/test/api/ |
| H A D | omp_pause_resource.c | 18 nthreads = omp_get_num_threads(); in test_omp_pause_resource() 25 nthreads = omp_get_num_threads(); in test_omp_pause_resource() 35 nthreads = omp_get_num_threads(); in test_omp_pause_resource() 45 nthreads = omp_get_num_threads(); in test_omp_pause_resource()
|
| H A D | omp_get_num_threads.c | 22 nthreads_lib = omp_get_num_threads (); in test_omp_get_num_threads()
|
| H A D | kmp_set_defaults_lock_bug.c | 26 nthreads_lib = omp_get_num_threads (); in test_kmp_set_defaults_lock_bug()
|
| /llvm-project-15.0.7/openmp/runtime/test/atomic/ |
| H A D | omp-atomic-compare-signedness.c | 22 for (int i = 0; i < omp_get_num_threads(); ++i) { in main() 26 numThreads = omp_get_num_threads(); in main() 34 for (int i = 0; i < omp_get_num_threads(); ++i) { in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | atomic-compare-signedness.c | 23 for (int i = 0; i < omp_get_num_threads(); ++i) { in main() 27 numThreads = omp_get_num_threads(); in main() 36 for (int i = 0; i < omp_get_num_threads(); ++i) { in main()
|
| H A D | looptripcnt.c | 19 num_threads[j] = omp_get_num_threads(); in main() 27 num_threads[j] = omp_get_num_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | test-touch.c | 15 extern int omp_get_num_threads(); 23 omp_get_num_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/parallel/ |
| H A D | omp_parallel_num_threads.c | 18 max_threads = omp_get_num_threads (); in test_omp_parallel_num_threads() 26 num_failed = num_failed + !(threads == omp_get_num_threads()); in test_omp_parallel_num_threads()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | debug_threadprivate_copyin.c | 19 extern int omp_get_num_threads(void); 38 nt = omp_get_num_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/teams/ |
| H A D | kmp_num_teams.c | 51 nthreads = omp_get_num_threads(); in check_num_teams() 52 priv_nthreads = omp_get_num_threads(); in check_num_teams()
|
| H A D | teams.c | 29 int nthreads = omp_get_num_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/misc/ |
| H A D | interoperability.cpp | 21 omp_get_num_threads(); in f()
|
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | omp_parallel_for_if.c | 21 num_threads = omp_get_num_threads(); in test_omp_parallel_for_if()
|
| H A D | omp_for_firstprivate.c | 24 threadsnum=omp_get_num_threads(); in test_omp_for_firstprivate()
|
| H A D | omp_for_dynamic_large_chunk.c | 46 actual_nthreads = omp_get_num_threads(); in main()
|
| H A D | omp_for_schedule_static.c | 37 threads = omp_get_num_threads (); in test_omp_for_schedule_static()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/worksharing/for/ |
| H A D | loop_dispatch.c | 17 int team_size = omp_get_num_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/ |
| H A D | task_types.c | 9 omp_get_num_threads(); in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/env/ |
| H A D | omp_thread_limit.c | 18 int num_threads = omp_get_num_threads(); in verify()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Reduction.cpp | 77 uint32_t NumThreads = omp_get_num_threads(); in nvptx_parallel_reduce_nowait() 203 uint32_t NumThreads = omp_get_num_threads(); in __kmpc_nvptx_teams_reduce_nowait_v2()
|
| /llvm-project-15.0.7/openmp/runtime/test/tasking/ |
| H A D | omp50_taskwait_depend.c | 52 if (omp_get_num_threads() > 1) { in main()
|
| H A D | taskdep_if0_2.c | 44 if (omp_get_num_threads() > 1) { in main()
|
| /llvm-project-15.0.7/openmp/runtime/test/threadprivate/ |
| H A D | omp_threadprivate.c | 55 size=omp_get_num_threads(); in test_omp_threadprivate()
|
| /llvm-project-15.0.7/openmp/runtime/test/affinity/format/ |
| H A D | api2.c | 52 nt = omp_get_num_threads(); in main()
|
| /llvm-project-15.0.7/pstl/include/pstl/internal/omp/ |
| H A D | parallel_transform_reduce.h | 35 const std::size_t __num_threads = omp_get_num_threads(); in __transform_reduce_body()
|