#include <omp.h>
#include <assert.h>
Include dependency graph for ctor-10.C:
Go to the source code of this file.
Data Structures | |
struct | B< N > |
Defines | |
#define | N 10 |
#define | THR 4 |
Functions | |
void | foo () |
int | main () |
Variables | |
static unsigned | cmask [THR] |
static unsigned | dmask [THR] |
void foo | ( | void | ) |
Definition at line 49 of file ctor-10.C.
References b, B< N >::base, N, omp_get_num_threads(), THR, and B< N >::threadbase.
Here is the call graph for this function:
int main | ( | void | ) |
unsigned cmask[THR] [static] |