#include <omp.h>Include dependency graph for task-3.c:

Go to the source code of this file.
Functions | |
| void | abort () |
| int | foo (int i) |
| int | main (void) |
Variables | |
| int | l = 5 |
| void abort | ( | ) |
| int foo | ( | int | i | ) |
| int main | ( | void | ) |
Definition at line 56 of file task-3.c.
References abort(), foo(), l, omp_get_num_threads(), and omp_get_thread_num().
Here is the call graph for this function:

1.4.7