#include <omp.h>
#include <assert.h>
Include dependency graph for ctor-2.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 53 of file ctor-2.C.
References b, nthreads, and omp_get_num_threads().
Here is the call graph for this function:
int main | ( | void | ) |
Definition at line 65 of file ctor-2.C.
References B< N >::ccount, B< N >::dcount, foo(), nthreads, omp_set_dynamic(), omp_set_num_threads(), and B< N >::xcount.
Here is the call graph for this function: