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

Go to the source code of this file.
Functions | |
| int | test (int l) |
| int | main (void) |
Variables | |
| int | thr |
| int main | ( | void | ) |
Definition at line 18 of file copyin-3.c.
References abort(), l, omp_get_thread_num(), omp_set_dynamic(), omp_set_num_threads(), test, and thr.
Here is the call graph for this function:

| int test | ( | int | l | ) |
Definition at line 12 of file copyin-3.c.
References omp_get_thread_num(), and thr.
Here is the call graph for this function:

| int thr |
Definition at line 8 of file copyin-3.c.
1.4.7