LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | CFDMAX_SIZE 100 |
Functions | |
int | test_omp_for_schedule_dynamic () |
int | main () |
Variables | |
const int | chunk_size = 7 |
#define CFDMAX_SIZE 100 |
Definition at line 16 of file omp_for_schedule_dynamic.c.
Definition at line 79 of file omp_for_schedule_dynamic.c.
References i, REPETITIONS, and test_omp_for_schedule_dynamic().
int test_omp_for_schedule_dynamic | ( | ) |
Definition at line 19 of file omp_for_schedule_dynamic.c.
References CFDMAX_SIZE, chunk_size, count, i, and result.
Referenced by main().
const int chunk_size = 7 |
Definition at line 17 of file omp_for_schedule_dynamic.c.
Referenced by __kmp_dispatch_next_algorithm(), __kmp_GOMP_parallel_microtask_wrapper(), __kmpc_for_collapsed_init(), KMP_API_NAME_GOMP_LOOP_DOACROSS_START(), KMP_API_NAME_GOMP_LOOP_ORDERED_START(), KMP_API_NAME_GOMP_LOOP_START(), KMP_API_NAME_GOMP_LOOP_ULL_DOACROSS_START(), KMP_API_NAME_GOMP_LOOP_ULL_ORDERED_START(), KMP_API_NAME_GOMP_LOOP_ULL_START(), test_omp_for_runtime(), test_omp_for_schedule_dynamic(), test_omp_for_schedule_static(), and test_omp_for_schedule_static_3().