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