LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
int | test_omp_threadprivate () |
int | main () |
Variables | |
static int | sum0 =0 |
static int | myvalue = 0 |
Definition at line 91 of file omp_threadprivate.c.
References i, REPETITIONS, and test_omp_threadprivate().
int test_omp_threadprivate | ( | ) |
Definition at line 20 of file omp_threadprivate.c.
References data, i, LOOPCOUNT, myvalue, omp_get_num_threads(), omp_set_dynamic, rank, size, sum, and sum0.
Referenced by main().
|
static |
Definition at line 15 of file omp_threadprivate.c.
Referenced by test_omp_threadprivate().
|
static |
Definition at line 14 of file omp_threadprivate.c.
Referenced by test_omp_for_auto(), test_omp_for_firstprivate(), test_omp_for_private(), test_omp_parallel_sections_firstprivate(), test_omp_parallel_sections_lastprivate(), test_omp_parallel_sections_private(), test_omp_section_firstprivate(), test_omp_section_lastprivate(), test_omp_section_private(), test_omp_threadprivate(), and test_omp_threadprivate_for().