LLVM OpenMP 22.0.0git
Functions | Variables
check_certain_values.c File Reference
#include <omp.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

int test ()
 
int main (int argc, char **argv)
 

Variables

int a = 0
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 29 of file check_certain_values.c.

References status, and test().

◆ test()

int test ( )

Definition at line 16 of file check_certain_values.c.

References a.

Referenced by __kmpc_test_nest_lock(), and main().

Variable Documentation

◆ a

int a = 0

Definition at line 14 of file check_certain_values.c.

Referenced by test().