LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
int | __kmpc_global_thread_num (void *loc) |
void | __kmpc_push_num_threads_list (void *loc, int gtid, unsigned length, int *list) |
int | test_omp_parallel_num_threads_list () |
int | main () |
Referenced by test_omp_parallel_num_threads_list().
Referenced by test_omp_parallel_num_threads_list().
Definition at line 202 of file omp_parallel_num_threads_list.c.
References i, REPETITIONS, and test_omp_parallel_num_threads_list().
int test_omp_parallel_num_threads_list | ( | ) |
Definition at line 19 of file omp_parallel_num_threads_list.c.
References __kmpc_global_thread_num(), __kmpc_push_num_threads_list(), and omp_get_num_threads().
Referenced by main().