#include <omp.h>
#include <assert.h>
Include dependency graph for ctor-9.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 B * | base |
static B * | threadbase |
static int | singlethread |
static unsigned | cmask [THR] |
void foo | ( | void | ) |
Definition at line 32 of file ctor-9.C.
References b, base, N, omp_get_num_threads(), omp_get_thread_num(), singlethread, THR, and threadbase.
Here is the call graph for this function:
int main | ( | void | ) |
Definition at line 47 of file ctor-9.C.
References cmask, foo(), i, N, omp_set_dynamic(), omp_set_num_threads(), singlethread, THR, and u.
Here is the call graph for this function:
int singlethread [static] |
B* threadbase [static] |