LLVM OpenMP 22.0.0git
omp_threadprivate_for.c File Reference
#include "omp_testsuite.h"
#include <stdlib.h>
#include <stdio.h>

Go to the source code of this file.

Functions

int test_omp_threadprivate_for ()
int main ()

Variables

static int i

Function Documentation

◆ main()

int main ( void )

Definition at line 37 of file omp_threadprivate_for.c.

References i, REPETITIONS, and test_omp_threadprivate_for().

◆ test_omp_threadprivate_for()

int test_omp_threadprivate_for ( )

Definition at line 9 of file omp_threadprivate_for.c.

References i, LOOPCOUNT, sum, and sum0.

Referenced by main().

Variable Documentation

◆ i

int i
static

Definition at line 6 of file omp_threadprivate_for.c.