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