LLVM OpenMP 20.0.0git
|
#include "omp_testsuite.h"
Go to the source code of this file.
Macros | |
#define | N 100 |
Variables | |
int | x1 |
int | x2 |
int | x3 |
int | x4 |
int | x5 |
#define N 100 |
Definition at line 4 of file omp_parallel_copyin_combined.c.
Definition at line 91 of file omp_parallel_copyin_combined.c.
References test_omp_parallel_copyin(), test_omp_parallel_for_copyin(), test_omp_parallel_for_simd_copyin(), test_omp_parallel_master_copyin(), and test_omp_parallel_sections_copyin().
int test_omp_parallel_copyin | ( | ) |
int test_omp_parallel_for_copyin | ( | ) |
int test_omp_parallel_for_simd_copyin | ( | ) |
int test_omp_parallel_master_copyin | ( | ) |
int test_omp_parallel_sections_copyin | ( | ) |
int x1 |
Definition at line 6 of file omp_parallel_copyin_combined.c.
Referenced by test_omp_parallel_copyin().
int x2 |
Definition at line 6 of file omp_parallel_copyin_combined.c.
Referenced by test_omp_parallel_for_copyin().
int x3 |
Definition at line 6 of file omp_parallel_copyin_combined.c.
Referenced by test_omp_parallel_for_simd_copyin().
int x4 |
Definition at line 6 of file omp_parallel_copyin_combined.c.
Referenced by test_omp_parallel_sections_copyin().
int x5 |
Definition at line 6 of file omp_parallel_copyin_combined.c.
Referenced by test_omp_parallel_master_copyin().