LLVM OpenMP 22.0.0git
|
#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 |
Definition at line 29 of file check_certain_values.c.
int test | ( | ) |
Definition at line 16 of file check_certain_values.c.
References a.
Referenced by __kmpc_test_nest_lock(), and main().
int a = 0 |
Definition at line 14 of file check_certain_values.c.
Referenced by test().