#include <omp.h>
#include <assert.h>
Include dependency graph for ctor-5.C:
Go to the source code of this file.
Data Structures | |
struct | B< N > |
Functions | |
void | foo () |
int | main () |
Variables | |
static B | thr |
static int | nthreads |
void foo | ( | void | ) |
Definition at line 32 of file ctor-5.C.
References B< N >::expected, nthreads, omp_get_num_threads(), and thr.
Here is the call graph for this function:
int main | ( | void | ) |
Definition at line 43 of file ctor-5.C.
References B< N >::count, foo(), nthreads, omp_set_dynamic(), and omp_set_num_threads().
Here is the call graph for this function: