LLVM OpenMP 20.0.0git
Functions | Variables
omp_single_private.c File Reference
#include <stdio.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Functions

int test_omp_single_private ()
 
int main ()
 

Variables

int myit = 0
 
int myresult = 0
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 46 of file omp_single_private.c.

References i, REPETITIONS, and test_omp_single_private().

◆ test_omp_single_private()

int test_omp_single_private ( )

Definition at line 10 of file omp_single_private.c.

References i, LOOPCOUNT, myit, myresult, and result.

Referenced by main().

Variable Documentation

◆ myit

int myit = 0

Definition at line 5 of file omp_single_private.c.

Referenced by test_omp_single_private().

◆ myresult

int myresult = 0

Definition at line 7 of file omp_single_private.c.

Referenced by test_omp_single_private().