#include <omp.h>Include dependency graph for omp-parallel-if.c:

Go to the source code of this file.
Functions | |
| void | abort (void) |
| int | foo (void) |
| main () | |
| void abort | ( | void | ) |
| int foo | ( | void | ) |
Definition at line 6 of file omp-parallel-if.c.
| main | ( | void | ) |
Definition at line 11 of file omp-parallel-if.c.
References abort(), and omp_get_num_threads().
Here is the call graph for this function:

1.4.7