#include <omp.h>#include <stdlib.h>Include dependency graph for copyin-2.c:

Go to the source code of this file.
Functions | |
| int | main (void) |
Variables | |
| struct { | |
| int t | |
| char buf [64] | |
| } | thr |
| int main | ( | void | ) |
Definition at line 12 of file copyin-2.c.
References abort(), l, omp_get_thread_num(), omp_set_dynamic(), omp_set_num_threads(), and thr.
Here is the call graph for this function:

| char buf[64] |
Definition at line 8 of file copyin-2.c.
Referenced by __attribute__(), GOMP_task(), main(), test1(), test2(), test3(), and test4().
| int t |
Definition at line 8 of file copyin-2.c.
| struct { ... } thr |
1.4.7