LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
double | omp_get_wtime () |
int | omp_get_num_threads () |
int | omp_get_max_threads () |
int | main () |
Definition at line 21 of file test-touch.c.
References omp_get_max_threads(), omp_get_num_threads(), and omp_get_wtime().
int omp_get_max_threads | ( | ) |
Referenced by dummy_root(), main(), test(), test_omp_for_auto(), and test_omp_nested().
int omp_get_num_threads | ( | ) |
Referenced by check_num_teams(), check_num_threads(), check_thread_affinity(), f(), main(), run_loop(), test_kmp_set_defaults_lock_bug(), test_omp_for_firstprivate(), test_omp_for_schedule_guided(), test_omp_for_schedule_static(), test_omp_for_schedule_static_3(), test_omp_get_num_threads(), test_omp_parallel_for_if(), test_omp_parallel_num_threads(), test_omp_parallel_num_threads_list(), test_omp_parallel_num_threads_strict(), test_omp_pause_resource(), test_omp_threadprivate(), thread_func(), and verify().