LLVM OpenMP 22.0.0git
|
Go to the source code of this file.
Functions | |
void | task1 () |
void | task2 () |
int | main (int argc, char **argv) |
Variables | |
int | a = 0 |
Definition at line 19 of file taskdep_if0.c.
void task1 | ( | ) |
Definition at line 10 of file taskdep_if0.c.
References a, and my_sleep().
void task2 | ( | ) |
int a = 0 |
Definition at line 8 of file taskdep_if0.c.