#include <omp.h>#include <assert.h>Include dependency graph for ctor-3.C:

Go to the source code of this file.
Data Structures | |
| struct | B< N > |
Functions | |
| void | foo () |
| int | main () |
Variables | |
| static int | nthreads |
| void foo | ( | void | ) |
Definition at line 65 of file ctor-3.C.
References b, nthreads, and omp_get_num_threads().
Here is the call graph for this function:

| int main | ( | void | ) |
Definition at line 78 of file ctor-3.C.
References B< N >::ccount, B< N >::dcount, foo(), B< N >::icount, nthreads, omp_set_dynamic(), and omp_set_num_threads().
Here is the call graph for this function:

1.4.7