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