#include <omp.h>
Include dependency graph for loop-7.c:
Go to the source code of this file.
Defines | |
#define | LLONG_MAX __LONG_LONG_MAX__ |
#define | ULLONG_MAX (LLONG_MAX * 2ULL + 1) |
#define | INT_MAX __INT_MAX__ |
Functions | |
void | abort (void) |
int | test1 (void) |
int | main (void) |
Variables | |
int | v |
void abort | ( | void | ) |
int main | ( | void | ) |
Definition at line 97 of file loop-7.c.
References omp_set_schedule(), test1(), and v.
Here is the call graph for this function:
int test1 | ( | void | ) |