LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | CFSMAX_SIZE 1000 |
#define | MAX_TIME 0.01 |
#define | VERBOSE 0 |
Functions | |
int | test_omp_for_schedule_static_3 () |
int | main () |
#define CFSMAX_SIZE 1000 |
Definition at line 7 of file omp_for_schedule_static_3.c.
#define MAX_TIME 0.01 |
Definition at line 8 of file omp_for_schedule_static_3.c.
#define VERBOSE 0 |
Definition at line 15 of file omp_for_schedule_static_3.c.
Definition at line 191 of file omp_for_schedule_static_3.c.
References i, REPETITIONS, and test_omp_for_schedule_static_3().
int test_omp_for_schedule_static_3 | ( | ) |
Definition at line 17 of file omp_for_schedule_static_3.c.
References CFSMAX_SIZE, chunk_size, count, counter, i, j, LOOPCOUNT, MAX_TIME, my_sleep(), omp_get_num_threads(), omp_set_num_threads, result, and SLEEPTIME.
Referenced by main().