#include <omp.h>
#include <assert.h>
Include dependency graph for ctor-7.C:
Go to the source code of this file.
Data Structures | |
struct | B< N > |
Defines | |
#define | N 10 |
Functions | |
void | foo () |
int | main () |
Variables | |
static int | nthreads |
void foo | ( | void | ) |
int main | ( | void | ) |
Definition at line 56 of file ctor-7.C.
References B< N >::dcount, foo(), B< N >::icount, N, nthreads, omp_set_dynamic(), omp_set_num_threads(), and B< N >::xcount.
Here is the call graph for this function: