LLVM OpenMP 22.0.0git
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(), main(), and main().

Variable Documentation

◆ a

int a = 0

Definition at line 14 of file check_certain_values.c.